remove some spaces that mess up autodocifier.pl

This commit is contained in:
Eric Andersen 2003-12-11 01:18:07 +00:00
parent 9f6c12a42e
commit de4f07e56e

View File

@ -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 <netmask>"
# 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 <netmask>"
# 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" \