From f9143b944e7fac22fe4e36940c5764600841ba29 Mon Sep 17 00:00:00 2001 From: andersen Date: Thu, 11 Dec 2003 01:18:07 +0000 Subject: remove some spaces that mess up autodocifier.pl git-svn-id: svn://busybox.net/trunk/busybox@8066 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" \ -- cgit v1.2.3-55-g6feb