aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.h
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-11 14:28:17 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-11 14:28:17 +0000
commit0ffe9398a207bbeb3e5c4f00cc3815e57306a1bc (patch)
tree6d2f68823a736990293e59dad7d374f497a32659 /applets/usage.h
parente315e41dbe1fad7a86a8d35b044907a819750bac (diff)
downloadbusybox-w32-0ffe9398a207bbeb3e5c4f00cc3815e57306a1bc.tar.gz
busybox-w32-0ffe9398a207bbeb3e5c4f00cc3815e57306a1bc.tar.bz2
busybox-w32-0ffe9398a207bbeb3e5c4f00cc3815e57306a1bc.zip
Fix env usage information.
git-svn-id: svn://busybox.net/trunk/busybox@2604 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/usage.h')
-rw-r--r--applets/usage.h2
1 files changed, 1 insertions, 1 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" \