summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorIlya Dryomov <idryomov@gmail.com>2012-02-08 17:45:54 +0200
committerIlya Dryomov <idryomov@gmail.com>2012-02-08 18:55:51 +0200
commit08b51bd731467ac8da182d69c827a8a5c7877079 (patch)
tree43bf4f0075db78ee1170fb9f96cefaf591b38ddf /commands.h
parent6cd813b6fc18ba75edfcfad5857d27f0265c2c28 (diff)
Btrfs-progs: allow multi-line command group synopsis
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index de2c75ca..a303a50d 100644
--- a/commands.h
+++ b/commands.h
@@ -51,7 +51,7 @@ struct cmd_struct {
};
struct cmd_group {
- const char *usagestr;
+ const char * const *usagestr;
const char *infostr;
const struct cmd_struct commands[];