aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-select.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sample-select.h')
-rw-r--r--apps/sample-select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sample-select.h b/apps/sample-select.h
index 2701338..60bda32 100644
--- a/apps/sample-select.h
+++ b/apps/sample-select.h
@@ -24,7 +24,6 @@ public:
void add_options(po::options_description_easy_init &options) override {
options
- ("help", "produce this help message")
("fields", po::value<string>(&fields)->required());
}