summaryrefslogtreecommitdiff
path: root/tools/command.h
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2017-03-02 09:37:54 -0600
committerDavid Teigland <teigland@redhat.com>2017-03-02 09:46:41 -0600
commit8df3f300ba9c6d68d6151ecc5e09543251d17db0 (patch)
tree401eb84ebf3cf13d17fc88dec92cf94cf0aeef6b /tools/command.h
parentb76852bf35ca89f0c72bf30f1f86884ec53bc4c3 (diff)
downloadlvm2-8df3f300ba9c6d68d6151ecc5e09543251d17db0.tar.gz
commands: adjust syntax error message
Diffstat (limited to 'tools/command.h')
-rw-r--r--tools/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/command.h b/tools/command.h
index c5c801a05..36554a369 100644
--- a/tools/command.h
+++ b/tools/command.h
@@ -213,7 +213,7 @@ struct command {
int define_commands(char *run_name);
int command_id_to_enum(const char *str);
-void print_usage(struct command *cmd, int longhelp);
+void print_usage(struct command *cmd, int longhelp, int desc_first);
void print_usage_common_cmd(struct command_name *cname, struct command *cmd);
void print_usage_common_lvm(struct command_name *cname, struct command *cmd);
void factor_common_options(void);