From: Matt Kraai Date: Thu, 3 Jan 2002 17:32:29 +0000 (-0000) Subject: * include/usage.h: Fix route and unzip usage messages (patch from X-Git-Tag: 0_60_3~130 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9758e7d58d87462d2d8289be4de6739a04dab319;p=oweals%2Fbusybox.git * include/usage.h: Fix route and unzip usage messages (patch from Laurence Anderson). --- diff --git a/include/usage.h b/include/usage.h index cd3af9c55..9ecdd9f24 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1431,7 +1431,7 @@ #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." @@ -1854,7 +1854,7 @@ #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" \