diff options
Diffstat (limited to 'cmdline/cmdline_parser.h')
-rw-r--r-- | cmdline/cmdline_parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/cmdline_parser.h b/cmdline/cmdline_parser.h index 01806d48b2..86e3b2c7df 100644 --- a/cmdline/cmdline_parser.h +++ b/cmdline/cmdline_parser.h @@ -484,8 +484,8 @@ struct CmdlineParser { return *this; } - // Finish building the parser; performs sanity checks. Return value is moved, not copied. - // Do not call this more than once. + // Finish building the parser; performs a check of the validity. Return value is moved, not + // copied. Do not call this more than once. CmdlineParser Build() { assert(!built_); built_ = true; |