diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-09-15 17:20:45 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-09-15 17:20:45 +0000 |
commit | b9d3efbd14074273b957937226816c92e6d6b2ff (patch) | |
tree | 58b273dec21745e31c42ce34e6b26e596987e63a /include | |
parent | dbc5005814a66c3d06f50c280b1bb5a01e392022 (diff) | |
download | busybox-w32-b9d3efbd14074273b957937226816c92e6d6b2ff.tar.gz busybox-w32-b9d3efbd14074273b957937226816c92e6d6b2ff.tar.bz2 busybox-w32-b9d3efbd14074273b957937226816c92e6d6b2ff.zip |
Use busybox's show_usage function for help
git-svn-id: svn://busybox.net/trunk/busybox@5488 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
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" \ |