Improved short help for --export.

This commit is contained in:
tastytea 2019-09-23 03:16:58 +02:00
parent 4e58279767
commit c484800f6d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void App::defineOptions(OptionSet& options)
.argument("tags")
.callback(OptionCallback<App>(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<App>(this, &App::handle_options)));
options.addOption(