diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-21 10:27:58 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-21 10:27:58 +0000 |
commit | 986ece0fad752b2f2070e330328da6e72e3b4e53 (patch) | |
tree | f5d9e4a1426f423be6220a7d722792d70cd00c1d /include/usage.h | |
parent | 4ee8777e07f3941be0c8ef262ad98063d843ed96 (diff) | |
download | busybox-w32-986ece0fad752b2f2070e330328da6e72e3b4e53.tar.gz busybox-w32-986ece0fad752b2f2070e330328da6e72e3b4e53.tar.bz2 busybox-w32-986ece0fad752b2f2070e330328da6e72e3b4e53.zip |
New applet, udhcp client
git-svn-id: svn://busybox.net/trunk/busybox@5320 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index a232c88da..a5ae4c889 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1905,6 +1905,20 @@ | |||
1905 | "$ tty\n" \ | 1905 | "$ tty\n" \ |
1906 | "/dev/tty2\n" | 1906 | "/dev/tty2\n" |
1907 | 1907 | ||
1908 | #define udhcpc_trivial_usage \ | ||
1909 | "[-fqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n\[-p file] [-r IP] [-s script]" | ||
1910 | #define udhcpc_full_usage \ | ||
1911 | "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ | ||
1912 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ | ||
1913 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ | ||
1914 | "\t-i,\t--interface=INTERFACE\tInterface to use (default: eth0)\n" \ | ||
1915 | "\t-n,\t--now\tExit with failure if lease cannot be immediately negotiated.\n" \ | ||
1916 | "\t-p,\t--pidfile=file\tStore process ID of daemon in file\n" \ | ||
1917 | "\t-q,\t--quit\tQuit after obtaining lease\n" \ | ||
1918 | "\t-r,\t--request=IP\tIP address to request (default: none)\n" \ | ||
1919 | "\t-s,\t--script=file\tRun file at dhcp events (default: /usr/share/udhcpc/default.script)\n" \ | ||
1920 | "\t-v,\t--version\tDisplay version" | ||
1921 | |||
1908 | #ifdef CONFIG_FEATURE_MOUNT_FORCE | 1922 | #ifdef CONFIG_FEATURE_MOUNT_FORCE |
1909 | #define USAGE_MOUNT_FORCE(a) a | 1923 | #define USAGE_MOUNT_FORCE(a) a |
1910 | #else | 1924 | #else |