btrfs-progs: help: convert help text to option formatter
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
304bdfa0a5
commit
f8a9c985fe
4
btrfs.c
4
btrfs.c
|
@ -176,8 +176,8 @@ static const char * const cmd_help_usage[] = {
|
||||||
"btrfs help [--full] [--box]",
|
"btrfs help [--full] [--box]",
|
||||||
"Display help information",
|
"Display help information",
|
||||||
"",
|
"",
|
||||||
"--full display detailed help on every command",
|
OPTLINE("--full", "display detailed help on every command"),
|
||||||
"--box show list of built-in tools (busybox style)",
|
OPTLINE("--box", "show list of built-in tools (busybox style)"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue