From c484800f6dfe274b0426ce1735961dda4b33e982 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Sep 2019 03:16:58 +0200 Subject: [PATCH] Improved short help for --export. --- src/cli/parse_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/parse_options.cpp b/src/cli/parse_options.cpp index fcab7a6..a708485 100644 --- a/src/cli/parse_options.cpp +++ b/src/cli/parse_options.cpp @@ -52,7 +52,7 @@ void App::defineOptions(OptionSet& options) .argument("tags") .callback(OptionCallback(this, &App::handle_options))); options.addOption( - Option("export", "e", "Export to format.") + Option("export", "e", "Export to format. See manpage for a list.") .argument("format") .callback(OptionCallback(this, &App::handle_options))); options.addOption(