summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-09-15 17:20:45 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-09-15 17:20:45 +0000
commit6714862bdd2ee83d0e0f42cdbf4752629376b81e (patch)
tree58b273dec21745e31c42ce34e6b26e596987e63a /include
parent7a32aaacd02c7f4035b0894aced7860658703985 (diff)
downloadbusybox-w32-6714862bdd2ee83d0e0f42cdbf4752629376b81e.tar.gz
busybox-w32-6714862bdd2ee83d0e0f42cdbf4752629376b81e.tar.bz2
busybox-w32-6714862bdd2ee83d0e0f42cdbf4752629376b81e.zip
Use busybox's show_usage function for help
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 12289ad5b..9e16a085f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1916,6 +1916,7 @@
1916#define udhcpc_trivial_usage \ 1916#define udhcpc_trivial_usage \
1917 "[-fqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p file] [-r IP] [-s script]" 1917 "[-fqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p file] [-r IP] [-s script]"
1918#define udhcpc_full_usage \ 1918#define udhcpc_full_usage \
1919 "\tUsage: udhcpcd [OPTIONS]\n" \
1919 "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ 1920 "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \
1920 "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ 1921 "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \
1921 "\t-f,\t--foreground\tDo not fork after getting lease\n" \ 1922 "\t-f,\t--foreground\tDo not fork after getting lease\n" \