summaryrefslogtreecommitdiffstats
path: root/client/cmd_line_parser.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-14 17:02:16 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-18 12:38:44 +0200
commitd590b48a466ca22dca91ee05c9d10a8feff1b31e (patch)
tree830537ec21590780fb49a45e6b77c32679150c7e /client/cmd_line_parser.h
parent56a4a05ae77d21978ba12fde08662833287ab5d1 (diff)
downloadspice-d590b48a466ca22dca91ee05c9d10a8feff1b31e.tar.gz
spice-d590b48a466ca22dca91ee05c9d10a8feff1b31e.tar.xz
spice-d590b48a466ca22dca91ee05c9d10a8feff1b31e.zip
client: s/reqired/required in CmdLineParser
Diffstat (limited to 'client/cmd_line_parser.h')
-rw-r--r--client/cmd_line_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/cmd_line_parser.h b/client/cmd_line_parser.h
index 6e6c6d50..37b56601 100644
--- a/client/cmd_line_parser.h
+++ b/client/cmd_line_parser.h
@@ -35,9 +35,9 @@ public:
char short_name = 0);
void add(int id, const std::string& name, const std::string& help,
- const std::string& arg_name, bool reqired_arg, char short_name = 0);
+ const std::string& arg_name, bool required_arg, char short_name = 0);
void set_multi(int id, char seperator);
- void set_reqired(int id);
+ void set_required(int id);
void begin(int argc, char** argv);
int get_option(char** val);