diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 363b01cdd..21980eeba 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2931,9 +2931,10 @@ | |||
2931 | "Adjust filesystem options on ext[23] filesystems.\n\n" | 2931 | "Adjust filesystem options on ext[23] filesystems.\n\n" |
2932 | 2932 | ||
2933 | #define udhcpc_trivial_usage \ | 2933 | #define udhcpc_trivial_usage \ |
2934 | "[-fbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" | 2934 | "[-Cfbnqv] [-c CLIENTID] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]" |
2935 | #define udhcpc_full_usage \ | 2935 | #define udhcpc_full_usage \ |
2936 | "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ | 2936 | "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \ |
2937 | "\t-C,\t--clientid-none\tSuppress default client identifier\n" \ | ||
2937 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ | 2938 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ |
2938 | "\t-h,\t \tAlias for -H\n" \ | 2939 | "\t-h,\t \tAlias for -H\n" \ |
2939 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ | 2940 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ |