aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-03-28 00:02:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-03-28 00:02:20 +0100
commitc8a2ab1023f80e0088e2b83abc2fb2470dd63773 (patch)
tree85f7bf3b9ae1167bab5735ce289245d961aaef93 /include
parent406bd1441694ad441fed852bf17e79020fdd44e5 (diff)
downloadbusybox-c8a2ab1023f80e0088e2b83abc2fb2470dd63773.tar.gz
dumpleases: better help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index a343b41da..f3d89d341 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1003,14 +1003,14 @@
"Display DHCP leases granted by udhcpd\n" \
"\nOptions:" \
IF_LONG_OPTS( \
- "\n -f,--file=FILE Leases file to load" \
- "\n -r,--remaining Interpret lease times as time remaining" \
- "\n -a,--absolute Interpret lease times as expire time" \
+ "\n -f,--file=FILE Lease file" \
+ "\n -r,--remaining Show remaining time" \
+ "\n -a,--absolute Show expiration time" \
) \
IF_NOT_LONG_OPTS( \
- "\n -f FILE Leases file to load" \
- "\n -r Interpret lease times as time remaining" \
- "\n -a Interpret lease times as expire time" \
+ "\n -f FILE Lease file" \
+ "\n -r Show remaining time" \
+ "\n -a Show expiration time" \
)
/*
@@ -1042,8 +1042,8 @@
IF_FEATURE_FANCY_ECHO( "\n" \
"\nOptions:" \
"\n -n Suppress trailing newline" \
- "\n -e Interpret backslash-escaped characters (i.e., \\t=tab)" \
- "\n -E Disable interpretation of backslash-escaped characters" \
+ "\n -e Interpret backslash escapes (i.e., \\t=tab)" \
+ "\n -E Don't interpret backslash escapes (default)" \
)
#define echo_example_usage \
"$ echo \"Erik is cool\"\n" \