summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-09-22 18:59:13 +0000
committerPaul Fox <pgf@brightstareng.com>2005-09-22 18:59:13 +0000
commit28de951b022d39516de271ce0ba53560aa3c5555 (patch)
treef5924f07643c8712acb65115bd50a7aa9ddb3603 /include/usage.h
parent2f9c30a2d567ba7bdb6351e0167eb0b59735b898 (diff)
downloadbusybox-w32-28de951b022d39516de271ce0ba53560aa3c5555.tar.gz
busybox-w32-28de951b022d39516de271ce0ba53560aa3c5555.tar.bz2
busybox-w32-28de951b022d39516de271ce0ba53560aa3c5555.zip
add support for setting the dhcp vendor class option (option 60).
udhcpc now has a -V (--vendorclass), which will replace the default "udhcpRELEASE" string in this option.
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index f702729e5..8b1a8d785 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2998,10 +2998,11 @@
2998 "Adjust filesystem options on ext[23] filesystems.\n\n" 2998 "Adjust filesystem options on ext[23] filesystems.\n\n"
2999 2999
3000#define udhcpc_trivial_usage \ 3000#define udhcpc_trivial_usage \
3001 "[-Cfbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" 3001 "[-Cfbnqv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
3002#define udhcpc_full_usage \ 3002#define udhcpc_full_usage \
3003 "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \ 3003 "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \
3004 "\t-C,\t--clientid-none\tSuppress default client identifier\n" \ 3004 "\t-C,\t--clientid-none\tSuppress default client identifier\n" \
3005 "\t-V,\t--vendorclass=CLASSID\tSet vendor class identifier\n" \
3005 "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ 3006 "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \
3006 "\t-h,\t \tAlias for -H\n" \ 3007 "\t-h,\t \tAlias for -H\n" \
3007 "\t-f,\t--foreground\tDo not fork after getting lease\n" \ 3008 "\t-f,\t--foreground\tDo not fork after getting lease\n" \