From 6caffa6a23befba0d7a7e4f39e08928ba317866a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 11:38:44 +0200 Subject: Add support for option name aliases and string literals --- cli/options.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/options.cli') diff --git a/cli/options.cli b/cli/options.cli index 8c7bdda..3fe6fa8 100644 --- a/cli/options.cli +++ b/cli/options.cli @@ -18,7 +18,7 @@ class options bool --suppress-inline; - std::string --output-dir; + std::string --output-dir | -o; std::string --hxx-suffix = ".hxx"; std::string --ixx-suffix = ".ixx"; std::string --cxx-suffix = ".cxx"; -- cgit v1.1