mirror of https://github.com/mirror/busybox.git
ipcalc: fix trivial usage message
Signed-off-by: Ron Yorston <rmy@frippery.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_24_stable
parent
a83e3ae172
commit
72dcbe4df7
|
@ -13,7 +13,8 @@
|
|||
*/
|
||||
|
||||
//usage:#define ipcalc_trivial_usage
|
||||
//usage: "[OPTIONS] ADDRESS[[/]NETMASK] [NETMASK]"
|
||||
//usage: "[OPTIONS] ADDRESS"
|
||||
//usage: IF_FEATURE_IPCALC_FANCY("[/PREFIX]") " [NETMASK]"
|
||||
//usage:#define ipcalc_full_usage "\n\n"
|
||||
//usage: "Calculate IP network settings from a IP address\n"
|
||||
//usage: IF_FEATURE_IPCALC_LONG_OPTIONS(
|
||||
|
|
Loading…
Reference in New Issue