]> granicus.if.org Git - xz/commitdiff
xz: Move the description of --block-size in --long-help.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Apr 2011 06:57:30 +0000 (09:57 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 11 Apr 2011 06:57:30 +0000 (09:57 +0300)
src/xz/message.c

index 249e934f80c8293f4f231992a8c13a1e07bd1c36..2eecda9449bbae2850b1df13a9c67e4cec507a2d 100644 (file)
@@ -1128,10 +1128,6 @@ message_help(bool long_help)
 "                      `auto' (default), `xz', `lzma', and `raw'\n"
 "  -C, --check=CHECK   integrity check type: `none' (use with caution),\n"
 "                      `crc32', `crc64' (default), or `sha256'"));
-               puts(_(
-"      --block-size=SIZE\n"
-"                      when compressing to the .xz format, start a new block\n"
-"                      after every SIZE bytes of input; 0=disabled (default)"));
        }
 
        puts(_(
@@ -1143,6 +1139,10 @@ message_help(bool long_help)
 "                      does not affect decompressor memory requirements"));
 
        if (long_help) {
+               puts(_(
+"      --block-size=SIZE\n"
+"                      when compressing to the .xz format, start a new block\n"
+"                      after every SIZE bytes of input; 0=disabled (default)"));
                puts(_( // xgettext:no-c-format
 "      --memlimit-compress=LIMIT\n"
 "      --memlimit-decompress=LIMIT\n"