From f8a9c985fefe10fa684b98ff1cab803da1de045e Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 22 Feb 2023 00:39:14 +0100 Subject: [PATCH] btrfs-progs: help: convert help text to option formatter Signed-off-by: David Sterba --- btrfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrfs.c b/btrfs.c index 8493b091..cd0ca130 100644 --- a/btrfs.c +++ b/btrfs.c @@ -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 };