diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 48 |
1 files changed, 27 insertions, 21 deletions
diff --git a/include/usage.h b/include/usage.h index d0eecdb4a..3c8762ee1 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2183,8 +2183,8 @@ | |||
2183 | "and * (run both after creating and before deleting). The commands run in\n" \ | 2183 | "and * (run both after creating and before deleting). The commands run in\n" \ |
2184 | "the /dev directory, and use system() which calls /bin/sh.\n\n" \ | 2184 | "the /dev directory, and use system() which calls /bin/sh.\n\n" \ |
2185 | ) \ | 2185 | ) \ |
2186 | "Config file parsing stops on the first matching line. If no config\n"\ | 2186 | "Config file parsing stops on the first matching line. If no config\n" \ |
2187 | "entry is matched, devices are created with default 0:0 660. (Make\n"\ | 2187 | "entry is matched, devices are created with default 0:0 660. (Make\n" \ |
2188 | "the last line match .* to override this.)\n\n" \ | 2188 | "the last line match .* to override this.)\n\n" \ |
2189 | ) | 2189 | ) |
2190 | 2190 | ||
@@ -3843,44 +3843,50 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when | |||
3843 | " [-p pidfile] [-r IP] [-s script]" | 3843 | " [-p pidfile] [-r IP] [-s script]" |
3844 | #define udhcpc_full_usage \ | 3844 | #define udhcpc_full_usage \ |
3845 | USE_GETOPT_LONG( \ | 3845 | USE_GETOPT_LONG( \ |
3846 | " -V,--vendorclass=CLASSID Set vendor class identifier" \ | 3846 | " -V,--vendorclass=CLASSID Vendor class identifier" \ |
3847 | "\n -i,--interface=INTERFACE Interface to use (default: eth0)" \ | 3847 | "\n -i,--interface=INTERFACE Interface to use (default eth0)" \ |
3848 | "\n -H,-h,--hostname=HOSTNAME Client hostname" \ | 3848 | "\n -H,-h,--hostname=HOSTNAME Client hostname" \ |
3849 | "\n -c,--clientid=CLIENTID Set client identifier" \ | 3849 | "\n -c,--clientid=CLIENTID Client identifier" \ |
3850 | "\n -C,--clientid-none Suppress default client identifier" \ | 3850 | "\n -C,--clientid-none Suppress default client identifier" \ |
3851 | "\n -p,--pidfile=file Store process ID of daemon in file" \ | 3851 | "\n -p,--pidfile=file Create pidfile" \ |
3852 | "\n -r,--request=IP IP address to request" \ | 3852 | "\n -r,--request=IP IP address to request" \ |
3853 | "\n -s,--script=file Run file at dhcp events (default: /usr/share/udhcpc/default.script)" \ | 3853 | "\n -s,--script=file Run file at dhcp events (default: /usr/share/udhcpc/default.script)" \ |
3854 | "\n -t,--retries=N Send up to N request packets"\ | 3854 | "\n -t,--retries=N Send up to N request packets" \ |
3855 | "\n -T,--timeout=N Try to get a lease for N seconds (default: 3)"\ | 3855 | "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ |
3856 | "\n -A,--tryagain=N Wait N seconds (default: 60) after failure"\ | 3856 | "\n -A,--tryagain=N Wait N seconds (default 60) after failure" \ |
3857 | "\n -f,--foreground Run in foreground" \ | 3857 | "\n -f,--foreground Run in foreground" \ |
3858 | "\n -b,--background Background if lease cannot be immediately negotiated" \ | 3858 | "\n -b,--background Background if lease is not immediately obtained" \ |
3859 | "\n -S,--syslog Log to syslog too" \ | 3859 | "\n -S,--syslog Log to syslog too" \ |
3860 | "\n -n,--now Exit with failure if lease cannot be immediately negotiated" \ | 3860 | "\n -n,--now Exit with failure if lease is not immediately obtained" \ |
3861 | "\n -q,--quit Quit after obtaining lease" \ | 3861 | "\n -q,--quit Quit after obtaining lease" \ |
3862 | "\n -R,--release Release IP on quit" \ | 3862 | "\n -R,--release Release IP on quit" \ |
3863 | "\n -v,--version Display version" \ | 3863 | USE_FEATURE_UDHCPC_ARPING( \ |
3864 | "\n -a,--arping Use arping to validate offered address" \ | ||
3865 | "\n -W,--wait=N Wait N seconds after declining (default 10)" \ | ||
3866 | ) \ | ||
3864 | ) \ | 3867 | ) \ |
3865 | SKIP_GETOPT_LONG( \ | 3868 | SKIP_GETOPT_LONG( \ |
3866 | " -V CLASSID Set vendor class identifier" \ | 3869 | " -V CLASSID Vendor class identifier" \ |
3867 | "\n -i INTERFACE Interface to use (default: eth0)" \ | 3870 | "\n -i INTERFACE Interface to use (default: eth0)" \ |
3868 | "\n -H,-h HOSTNAME Client hostname" \ | 3871 | "\n -H,-h HOSTNAME Client hostname" \ |
3869 | "\n -c CLIENTID Set client identifier" \ | 3872 | "\n -c CLIENTID Client identifier" \ |
3870 | "\n -C Suppress default client identifier" \ | 3873 | "\n -C Suppress default client identifier" \ |
3871 | "\n -p file Store process ID of daemon in file" \ | 3874 | "\n -p file Create pidfile" \ |
3872 | "\n -r IP IP address to request" \ | 3875 | "\n -r IP IP address to request" \ |
3873 | "\n -s file Run file at dhcp events (default: /usr/share/udhcpc/default.script)" \ | 3876 | "\n -s file Run file at dhcp events (default: /usr/share/udhcpc/default.script)" \ |
3874 | "\n -t N Send up to N request packets"\ | 3877 | "\n -t N Send up to N request packets" \ |
3875 | "\n -T N Try to get a lease for N seconds (default: 3)"\ | 3878 | "\n -T N Try to get a lease for N seconds (default 3)" \ |
3876 | "\n -A N Wait N seconds (default: 60) after failure"\ | 3879 | "\n -A N Wait N seconds (default 60) after failure" \ |
3877 | "\n -f Run in foreground" \ | 3880 | "\n -f Run in foreground" \ |
3878 | "\n -b Background if lease cannot be immediately negotiated" \ | 3881 | "\n -b Background if lease is not immediately obtained" \ |
3879 | "\n -S Log to syslog too" \ | 3882 | "\n -S Log to syslog too" \ |
3880 | "\n -n Exit with failure if lease cannot be immediately negotiated" \ | 3883 | "\n -n Exit with failure if lease is not immediately obtained" \ |
3881 | "\n -q Quit after obtaining lease" \ | 3884 | "\n -q Quit after obtaining lease" \ |
3882 | "\n -R Release IP on quit" \ | 3885 | "\n -R Release IP on quit" \ |
3883 | "\n -v Display version" \ | 3886 | USE_FEATURE_UDHCPC_ARPING( \ |
3887 | "\n -a Use arping to validate offered address" \ | ||
3888 | "\n -W N Wait N seconds after declining (default 10)" \ | ||
3889 | ) \ | ||
3884 | ) | 3890 | ) |
3885 | 3891 | ||
3886 | #define udhcpd_trivial_usage \ | 3892 | #define udhcpd_trivial_usage \ |