From: Matt Kraai Date: Fri, 11 May 2001 14:28:17 +0000 (-0000) Subject: Fix env usage information. X-Git-Tag: 0_52~206 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c96381be40f1fd56f9eca11f43be7a10865c1881;p=oweals%2Fbusybox.git Fix env usage information. --- diff --git a/applets/usage.h b/applets/usage.h index 2c7f9c277..6b8b6552b 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -347,7 +347,7 @@ "Erik\nis\ncool\n" #define env_trivial_usage \ - "[-] [-iu] [name=value ...] [command]" + "[-iu] [-] [name=value]... [command]" #define env_full_usage \ "Prints the current environment or runs a program after setting\n" \ "up the specified environment.\n\n" \ diff --git a/include/usage.h b/include/usage.h index 2c7f9c277..6b8b6552b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -347,7 +347,7 @@ "Erik\nis\ncool\n" #define env_trivial_usage \ - "[-] [-iu] [name=value ...] [command]" + "[-iu] [-] [name=value]... [command]" #define env_full_usage \ "Prints the current environment or runs a program after setting\n" \ "up the specified environment.\n\n" \ diff --git a/usage.h b/usage.h index 2c7f9c277..6b8b6552b 100644 --- a/usage.h +++ b/usage.h @@ -347,7 +347,7 @@ "Erik\nis\ncool\n" #define env_trivial_usage \ - "[-] [-iu] [name=value ...] [command]" + "[-iu] [-] [name=value]... [command]" #define env_full_usage \ "Prints the current environment or runs a program after setting\n" \ "up the specified environment.\n\n" \