From: Eric Andersen Date: Thu, 11 Dec 2003 01:18:07 +0000 (-0000) Subject: remove some spaces that mess up autodocifier.pl X-Git-Tag: 1_00_pre4~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de4f07e56e73abb2c3614b978e44fec749ad9e51;p=oweals%2Fbusybox.git remove some spaces that mess up autodocifier.pl --- diff --git a/include/usage.h b/include/usage.h index 7cce34904..21fb2afe6 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1284,20 +1284,20 @@ "SCOPE-ID := [ host | link | global | NUMBER ]\n" #ifndef CONFIG_FEATURE_IPCALC_FANCY -# define ipcalc_trivial_usage \ +#define ipcalc_trivial_usage \ "[--broadcast] [--netmask] [--network] ipaddr " -# define ipcalc_full_usage \ +#define ipcalc_full_usage \ "Calculate IP network settings from a IP address\n\n" \ "Options:\n" \ "\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \ "\t-n\t--netmask\tDisplay default netmask for IP.\n" \ "\t-w\t--network\tDisplay calculated network address." #else -# define ipcalc_trivial_usage \ +#define ipcalc_trivial_usage \ "[OPTION]... ipaddr " -# define ipcalc_full_usage \ +#define ipcalc_full_usage \ "Calculate IP network settings from a IP address\n\n" \ "Options:\n" \ "\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \