aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-convert.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-06-21 00:53:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-06-21 00:55:21 +0200
commit7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6 (patch)
tree166f6400567834834442d6b167cc42f1d58a57b2 /apps/sample-convert.h
parentc56840f03cf139d60c6d90b55cf16e70f6ae2bc2 (diff)
downloadble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.gz
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.bz2
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.xz
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.zip
o Using ends_with when checking for which app to launch too.
sm-get-value: o Using the io code for writing samples
Diffstat (limited to 'apps/sample-convert.h')
-rw-r--r--apps/sample-convert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sample-convert.h b/apps/sample-convert.h
index 0b805be..6b0f368 100644
--- a/apps/sample-convert.h
+++ b/apps/sample-convert.h
@@ -33,7 +33,6 @@ public:
void add_options(po::options_description_easy_init &options) override {
options
- ("help", "produce this help message")
("input", po::value<string>(&input_file)->default_value("-"))
// ("input-format", po::value<string>(&input_format)->default_value("csv"))
("output", po::value<string>(&output_file)->default_value("-"))