From d30b89c7eee19f395af0335b66822989c770437e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 Jun 2009 01:55:45 +0200 Subject: 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 --- include/usage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 91bc01ee4..f65406254 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]" \ -- cgit v1.2.3