From 08b51bd731467ac8da182d69c827a8a5c7877079 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 8 Feb 2012 17:45:54 +0200 Subject: Btrfs-progs: allow multi-line command group synopsis Signed-off-by: Ilya Dryomov --- cmds-filesystem.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cmds-filesystem.c') diff --git a/cmds-filesystem.c b/cmds-filesystem.c index a2efb938..1f53d1cf 100644 --- a/cmds-filesystem.c +++ b/cmds-filesystem.c @@ -34,8 +34,10 @@ #include "commands.h" #include "btrfslabel.h" -static const char filesystem_cmd_group_usage[] = - "btrfs filesystem [] []"; +static const char * const filesystem_cmd_group_usage[] = { + "btrfs filesystem [] []", + NULL +}; static const char * const cmd_df_usage[] = { "btrfs filesystem df ", -- cgit v1.2.3