summaryrefslogtreecommitdiff
path: root/cli/options.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 15:45:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 15:45:06 +0200
commitcc62c09409021582d8b5ffe3b5c9d393524fd260 (patch)
tree67455202970e8ec4520f5c06e31c5a28a5180f33 /cli/options.hxx
parente228bb3ed878e071618b0f31856770c60cdf48df (diff)
Add usage information
Diffstat (limited to 'cli/options.hxx')
-rw-r--r--cli/options.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/options.hxx b/cli/options.hxx
index b856fbc..4d33939 100644
--- a/cli/options.hxx
+++ b/cli/options.hxx
@@ -179,12 +179,12 @@ class options
bool const&
version () const;
- bool const&
- suppress_inline () const;
-
std::string const&
output_dir () const;
+ bool const&
+ suppress_inline () const;
+
std::string const&
hxx_suffix () const;
@@ -223,8 +223,8 @@ class options
public:
bool help_;
bool version_;
- bool suppress_inline_;
std::string output_dir_;
+ bool suppress_inline_;
std::string hxx_suffix_;
std::string ixx_suffix_;
std::string cxx_suffix_;