remove some spaces that mess up autodocifier.pl
This commit is contained in:
parent
9f6c12a42e
commit
de4f07e56e
@ -1284,20 +1284,20 @@
|
|||||||
"SCOPE-ID := [ host | link | global | NUMBER ]\n"
|
"SCOPE-ID := [ host | link | global | NUMBER ]\n"
|
||||||
|
|
||||||
#ifndef CONFIG_FEATURE_IPCALC_FANCY
|
#ifndef CONFIG_FEATURE_IPCALC_FANCY
|
||||||
# define ipcalc_trivial_usage \
|
#define ipcalc_trivial_usage \
|
||||||
"[--broadcast] [--netmask] [--network] ipaddr <netmask>"
|
"[--broadcast] [--netmask] [--network] ipaddr <netmask>"
|
||||||
|
|
||||||
# define ipcalc_full_usage \
|
#define ipcalc_full_usage \
|
||||||
"Calculate IP network settings from a IP address\n\n" \
|
"Calculate IP network settings from a IP address\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \
|
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \
|
||||||
"\t-n\t--netmask\tDisplay default netmask for IP.\n" \
|
"\t-n\t--netmask\tDisplay default netmask for IP.\n" \
|
||||||
"\t-w\t--network\tDisplay calculated network address."
|
"\t-w\t--network\tDisplay calculated network address."
|
||||||
#else
|
#else
|
||||||
# define ipcalc_trivial_usage \
|
#define ipcalc_trivial_usage \
|
||||||
"[OPTION]... ipaddr <netmask>"
|
"[OPTION]... ipaddr <netmask>"
|
||||||
|
|
||||||
# define ipcalc_full_usage \
|
#define ipcalc_full_usage \
|
||||||
"Calculate IP network settings from a IP address\n\n" \
|
"Calculate IP network settings from a IP address\n\n" \
|
||||||
"Options:\n" \
|
"Options:\n" \
|
||||||
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \
|
"\t-b\t--broadcast\tDisplay calculated broadcast address.\n" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user