| xzdec.c | xzdec.c | |||
|---|---|---|---|---|
| skipping to change at line 61 | skipping to change at line 61 | |||
| va_end(ap); | va_end(ap); | |||
| return; | return; | |||
| } | } | |||
| static void lzma_attribute((__noreturn__)) | static void lzma_attribute((__noreturn__)) | |||
| help(void) | help(void) | |||
| { | { | |||
| printf( | printf( | |||
| "Usage: %s [OPTION]... [FILE]...\n" | "Usage: %s [OPTION]... [FILE]...\n" | |||
| "Uncompress files in the ." TOOL_FORMAT " format to the standard output.\n" | "Decompress files in the ." TOOL_FORMAT " format to standard output.\n" | |||
| "\n" | "\n" | |||
| " -c, --stdout (ignored)\n" | " -d, --decompress (ignored, only decompression is supported)\n" | |||
| " -d, --decompress (ignored)\n" | " -k, --keep (ignored, files are never deleted)\n" | |||
| " -k, --keep (ignored)\n" | " -c, --stdout (ignored, output is always written to standard output | |||
| )\n" | ||||
| " -q, --quiet specify *twice* to suppress errors\n" | " -q, --quiet specify *twice* to suppress errors\n" | |||
| " -Q, --no-warn (ignored)\n" | " -Q, --no-warn (ignored, the exit status 2 is never used)\n" | |||
| " -h, --help display this help and exit\n" | " -h, --help display this help and exit\n" | |||
| " -V, --version display the version number and exit\n" | " -V, --version display the version number and exit\n" | |||
| "\n" | "\n" | |||
| "With no FILE, or when FILE is -, read standard input.\n" | "With no FILE, or when FILE is -, read standard input.\n" | |||
| "\n" | "\n" | |||
| "Report bugs to <" PACKAGE_BUGREPORT "> (in English or Finnish).\n" | "Report bugs to <" PACKAGE_BUGREPORT "> (in English or Finnish).\n" | |||
| PACKAGE_NAME " home page: <" PACKAGE_URL ">\n", progname); | PACKAGE_NAME " home page: <" PACKAGE_URL ">\n", progname); | |||
| tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors); | tuklib_exit(EXIT_SUCCESS, EXIT_FAILURE, display_errors); | |||
| } | } | |||
| End of changes. 3 change blocks. | ||||
| 5 lines changed or deleted | 6 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||