diff options
author | Matt Kraai <kraai@debian.org> | 2001-05-11 14:28:17 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-05-11 14:28:17 +0000 |
commit | c96381be40f1fd56f9eca11f43be7a10865c1881 (patch) | |
tree | 6d2f68823a736990293e59dad7d374f497a32659 | |
parent | 5b44f48afc2b5b8153fcfc44bae289281a0bef5b (diff) | |
download | busybox-w32-c96381be40f1fd56f9eca11f43be7a10865c1881.tar.gz busybox-w32-c96381be40f1fd56f9eca11f43be7a10865c1881.tar.bz2 busybox-w32-c96381be40f1fd56f9eca11f43be7a10865c1881.zip |
Fix env usage information.
-rw-r--r-- | applets/usage.h | 2 | ||||
-rw-r--r-- | include/usage.h | 2 | ||||
-rw-r--r-- | usage.h | 2 |
3 files changed, 3 insertions, 3 deletions
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 @@ | |||
347 | "Erik\nis\ncool\n" | 347 | "Erik\nis\ncool\n" |
348 | 348 | ||
349 | #define env_trivial_usage \ | 349 | #define env_trivial_usage \ |
350 | "[-] [-iu] [name=value ...] [command]" | 350 | "[-iu] [-] [name=value]... [command]" |
351 | #define env_full_usage \ | 351 | #define env_full_usage \ |
352 | "Prints the current environment or runs a program after setting\n" \ | 352 | "Prints the current environment or runs a program after setting\n" \ |
353 | "up the specified environment.\n\n" \ | 353 | "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 @@ | |||
347 | "Erik\nis\ncool\n" | 347 | "Erik\nis\ncool\n" |
348 | 348 | ||
349 | #define env_trivial_usage \ | 349 | #define env_trivial_usage \ |
350 | "[-] [-iu] [name=value ...] [command]" | 350 | "[-iu] [-] [name=value]... [command]" |
351 | #define env_full_usage \ | 351 | #define env_full_usage \ |
352 | "Prints the current environment or runs a program after setting\n" \ | 352 | "Prints the current environment or runs a program after setting\n" \ |
353 | "up the specified environment.\n\n" \ | 353 | "up the specified environment.\n\n" \ |
@@ -347,7 +347,7 @@ | |||
347 | "Erik\nis\ncool\n" | 347 | "Erik\nis\ncool\n" |
348 | 348 | ||
349 | #define env_trivial_usage \ | 349 | #define env_trivial_usage \ |
350 | "[-] [-iu] [name=value ...] [command]" | 350 | "[-iu] [-] [name=value]... [command]" |
351 | #define env_full_usage \ | 351 | #define env_full_usage \ |
352 | "Prints the current environment or runs a program after setting\n" \ | 352 | "Prints the current environment or runs a program after setting\n" \ |
353 | "up the specified environment.\n\n" \ | 353 | "up the specified environment.\n\n" \ |