It turns out the descriptions of both dos2unix and unix2dos
authorEric Andersen <andersen@codepoet.org>
Tue, 22 May 2001 22:39:10 +0000 (22:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 May 2001 22:39:10 +0000 (22:39 -0000)
were broken.  This fixes.
 -Erik

applets/usage.h
include/usage.h
usage.h

index 63c00c674e80df7618c2d6921e29264f154e4546..aa66d3733e3d86444554eb2a18c332ad231aee13 100644 (file)
 #define dos2unix_full_usage \
        "Converts FILE from dos format to unix format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define dpkg_trivial_usage \
        "[-i|-r|--unpack|--configure] my.deb"
 #define unix2dos_full_usage \
        "Converts FILE from unix format to dos format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define update_trivial_usage \
        "[options]"
index 63c00c674e80df7618c2d6921e29264f154e4546..aa66d3733e3d86444554eb2a18c332ad231aee13 100644 (file)
 #define dos2unix_full_usage \
        "Converts FILE from dos format to unix format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define dpkg_trivial_usage \
        "[-i|-r|--unpack|--configure] my.deb"
 #define unix2dos_full_usage \
        "Converts FILE from unix format to dos format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define update_trivial_usage \
        "[options]"
diff --git a/usage.h b/usage.h
index 63c00c674e80df7618c2d6921e29264f154e4546..aa66d3733e3d86444554eb2a18c332ad231aee13 100644 (file)
--- a/usage.h
+++ b/usage.h
 #define dos2unix_full_usage \
        "Converts FILE from dos format to unix format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define dpkg_trivial_usage \
        "[-i|-r|--unpack|--configure] my.deb"
 #define unix2dos_full_usage \
        "Converts FILE from unix format to dos format.  When no option\n" \
        "is given, the input is converted to the opposite output format.\n" \
-       "When no file is given, uses stdin for input and stdout for output." \
+       "When no file is given, uses stdin for input and stdout for output.\n" \
        "Options:\n" \
        "\t-u\toutput will be in UNIX format\n" \
-       "\t-d\toutput will be in DOS format\n\n" \
+       "\t-d\toutput will be in DOS format"
 
 #define update_trivial_usage \
        "[options]"