diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-28 00:02:20 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-28 00:02:20 +0100 |
commit | c8a2ab1023f80e0088e2b83abc2fb2470dd63773 (patch) | |
tree | 85f7bf3b9ae1167bab5735ce289245d961aaef93 /include | |
parent | 406bd1441694ad441fed852bf17e79020fdd44e5 (diff) | |
download | busybox-w32-c8a2ab1023f80e0088e2b83abc2fb2470dd63773.tar.gz busybox-w32-c8a2ab1023f80e0088e2b83abc2fb2470dd63773.tar.bz2 busybox-w32-c8a2ab1023f80e0088e2b83abc2fb2470dd63773.zip |
dumpleases: better help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 16 |
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 @@ | |||
1003 | "Display DHCP leases granted by udhcpd\n" \ | 1003 | "Display DHCP leases granted by udhcpd\n" \ |
1004 | "\nOptions:" \ | 1004 | "\nOptions:" \ |
1005 | IF_LONG_OPTS( \ | 1005 | IF_LONG_OPTS( \ |
1006 | "\n -f,--file=FILE Leases file to load" \ | 1006 | "\n -f,--file=FILE Lease file" \ |
1007 | "\n -r,--remaining Interpret lease times as time remaining" \ | 1007 | "\n -r,--remaining Show remaining time" \ |
1008 | "\n -a,--absolute Interpret lease times as expire time" \ | 1008 | "\n -a,--absolute Show expiration time" \ |
1009 | ) \ | 1009 | ) \ |
1010 | IF_NOT_LONG_OPTS( \ | 1010 | IF_NOT_LONG_OPTS( \ |
1011 | "\n -f FILE Leases file to load" \ | 1011 | "\n -f FILE Lease file" \ |
1012 | "\n -r Interpret lease times as time remaining" \ | 1012 | "\n -r Show remaining time" \ |
1013 | "\n -a Interpret lease times as expire time" \ | 1013 | "\n -a Show expiration time" \ |
1014 | ) | 1014 | ) |
1015 | 1015 | ||
1016 | /* | 1016 | /* |
@@ -1042,8 +1042,8 @@ | |||
1042 | IF_FEATURE_FANCY_ECHO( "\n" \ | 1042 | IF_FEATURE_FANCY_ECHO( "\n" \ |
1043 | "\nOptions:" \ | 1043 | "\nOptions:" \ |
1044 | "\n -n Suppress trailing newline" \ | 1044 | "\n -n Suppress trailing newline" \ |
1045 | "\n -e Interpret backslash-escaped characters (i.e., \\t=tab)" \ | 1045 | "\n -e Interpret backslash escapes (i.e., \\t=tab)" \ |
1046 | "\n -E Disable interpretation of backslash-escaped characters" \ | 1046 | "\n -E Don't interpret backslash escapes (default)" \ |
1047 | ) | 1047 | ) |
1048 | #define echo_example_usage \ | 1048 | #define echo_example_usage \ |
1049 | "$ echo \"Erik is cool\"\n" \ | 1049 | "$ echo \"Erik is cool\"\n" \ |