Lines Matching full:provided
86 //Command for converting a provided CPER log file or CPER single section file into JSON.
92 printf("Could not open provided CPER file '%s', file handle returned null.\n",
130 //Command for converting a provided CPER-JSON JSON file to CPER binary.
135 printf("No output file provided for 'to-cper'. See 'cper-convert --help' for command information.\n");
170 printf("\tConverts the provided CPER log file into JSON, by default writing to stdout. If '--out' is specified,\n");
171 printf("\tThe outputted JSON will be written to the provided file name instead.\n");
173 printf("\tConverts the provided single CPER section descriptor & section file into JSON, by default writing to stdout.\n");
176 printf("\tConverts the provided CPER-JSON JSON file into CPER binary. An output file must be specified with '--out'.\n");
179 printf("\tBy default, the provided JSON will try to be validated against a specification. If no specification file path\n");
180 printf("\tis provided with '--specification', then it will default to 'argv[0] + /specification/cper-json.json'.\n");
181 printf("\tIf the '--no-validate' argument is set, then the provided JSON will not be validated. Be warned, this may cause\n");