summaryrefslogtreecommitdiff
path: root/cmds-filesystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-filesystem.c')
-rw-r--r--cmds-filesystem.c6
1 files changed, 4 insertions, 2 deletions
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 [<group>] <command> [<args>]";
+static const char * const filesystem_cmd_group_usage[] = {
+ "btrfs filesystem [<group>] <command> [<args>]",
+ NULL
+};
static const char * const cmd_df_usage[] = {
"btrfs filesystem df <path>",