* include/usage.h: Fix route and unzip usage messages (patch from
authorMatt Kraai <kraai@debian.org>
Thu, 3 Jan 2002 17:32:29 +0000 (17:32 -0000)
committerMatt Kraai <kraai@debian.org>
Thu, 3 Jan 2002 17:32:29 +0000 (17:32 -0000)
  Laurence Anderson).

include/usage.h

index cd3af9c550b675e201f66d815d01319c65046f18..9ecdd9f24d27b71189ba69c77b8fd0686b812c13 100644 (file)
 #define route_trivial_usage \
        "[{add|del|flush}]"
 #define route_full_usage \
-       "Edit the kernel's routing tables"
+       "Edit the kernel's routing tables.\n\n" \
        "Options:\n" \
        "\t-n\tDont resolve names."
 
 #define unzip_trivial_usage \
        "[-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]"
 #define unzip_full_usage \
-       "Extracts files from ZIP archives\n" \
+       "Extracts files from ZIP archives.\n\n" \
        "Options:\n" \
        "\t-l\tlist archive contents (short form)\n" \
        "\t-n\tnever overwrite existing files (default)\n" \