allow suppression of default client-id. fixes bug 000037. allows
busybox to match kernel and u-boot behavior with respect to client-id.
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user