argument: Continue doesn't take an argument
Change-Id: If36f15254e0883a366f5cece76e87906f420cadb
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/argument.cpp b/argument.cpp
index ee66e37..11d9814 100644
--- a/argument.cpp
+++ b/argument.cpp
@@ -28,7 +28,7 @@
const std::string ArgumentParser::trueString = "true"s;
const std::string ArgumentParser::emptyString = ""s;
-const char* ArgumentParser::optionStr = "p:s:t:c:?h";
+const char* ArgumentParser::optionStr = "p:s:t:ch";
const option ArgumentParser::options[] =
{
{ "path", required_argument, nullptr, 'p' },