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-subvolume.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cmds-subvolume.c') diff --git a/cmds-subvolume.c b/cmds-subvolume.c index 68ebd402..950fa8f0 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -33,8 +33,10 @@ int list_subvols(int fd, int print_parent, int get_default); int find_updated_files(int fd, u64 root_id, u64 oldest_gen); -static const char subvolume_cmd_group_usage[] = - "btrfs subvolume "; +static const char * const subvolume_cmd_group_usage[] = { + "btrfs subvolume ", + NULL +}; /* * test if path is a directory -- cgit v1.2.3