From de4f07e56e73abb2c3614b978e44fec749ad9e51 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 11 Dec 2003 01:18:07 +0000 Subject: remove some spaces that mess up autodocifier.pl --- 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