diff options
author | Denys Vlasenko | 2009-06-26 01:55:45 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-06-26 01:55:45 +0200 |
commit | d30b89c7eee19f395af0335b66822989c770437e (patch) | |
tree | 0695091ac035d39d6ba57e316474126fe8872347 /include/usage.h | |
parent | 2f86ca135069e457bb16ab9e062a10e0775717a6 (diff) | |
download | busybox-d30b89c7eee19f395af0335b66822989c770437e.zip busybox-d30b89c7eee19f395af0335b66822989c770437e.tar.gz |
updates for supporting Linux kernel build and initrd utilities
cpio: --verbose, --quiet, --to-stdout
test: make 64-bit math enable-able for hush too
dnsdomainname: alias to hostname -d
hostname: support --fqdn, --domain, --file
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 91bc01e..f654062 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1675,6 +1675,9 @@ "$ hostname\n" \ "sage\n" +#define dnsdomainname_trivial_usage NOUSAGE_STR +#define dnsdomainname_full_usage "" + #define httpd_trivial_usage \ "[-ifv[v]]" \ " [-c CONFFILE]" \ |