btrfs-progs: help: convert help text to option formatter

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2023-02-22 00:39:14 +01:00
parent 304bdfa0a5
commit f8a9c985fe
1 changed files with 2 additions and 2 deletions

View File

@ -176,8 +176,8 @@ static const char * const cmd_help_usage[] = {
"btrfs help [--full] [--box]",
"Display help information",
"",
"--full display detailed help on every command",
"--box show list of built-in tools (busybox style)",
OPTLINE("--full", "display detailed help on every command"),
OPTLINE("--box", "show list of built-in tools (busybox style)"),
NULL
};