aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-08-01 14:31:13 +0000
committerPaul Fox <pgf@brightstareng.com>2005-08-01 14:31:13 +0000
commita39bba33c8649a6be42d5a511a4ac909a8998f90 (patch)
treed1b043c7ce00828f803894910d644bf7d0b78572 /include
parent9d6e0833bc71d602c7e6bf4692de3c8eb63cb819 (diff)
downloadbusybox-a39bba33c8649a6be42d5a511a4ac909a8998f90.tar.gz
allow suppression of default client-id. fixes bug 000037. allows
busybox to match kernel and u-boot behavior with respect to client-id.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 363b01cdd..21980eeba 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2931,9 +2931,10 @@
"Adjust filesystem options on ext[23] filesystems.\n\n"
#define udhcpc_trivial_usage \
- "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
+ "[-Cfbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
#define udhcpc_full_usage \
- "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \
+ "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \
+ "\t-C,\t--clientid-none\tSuppress default client identifier\n" \
"\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \
"\t-h,\t \tAlias for -H\n" \
"\t-f,\t--foreground\tDo not fork after getting lease\n" \