summaryrefslogtreecommitdiff
path: root/cli/options.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/options.cxx')
-rw-r--r--cli/options.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/options.cxx b/cli/options.cxx
index b47a5c8..1cbbfb4 100644
--- a/cli/options.cxx
+++ b/cli/options.cxx
@@ -321,6 +321,8 @@ struct _cli_options_map_init
&::cli::thunk<options, bool, &options::suppress_inline_>;
_cli_options_map_["--output-dir"] =
&::cli::thunk<options, std::string, &options::output_dir_>;
+ _cli_options_map_["-o"] =
+ &::cli::thunk<options, std::string, &options::output_dir_>;
_cli_options_map_["--hxx-suffix"] =
&::cli::thunk<options, std::string, &options::hxx_suffix_>;
_cli_options_map_["--ixx-suffix"] =