aboutsummaryrefslogtreecommitdiff
path: root/apps/sample-add-timestamp.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-add-timestamp.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-add-timestamp.h')
-rw-r--r--apps/sample-add-timestamp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sample-add-timestamp.h b/apps/sample-add-timestamp.h
index 13d2216..711cf49 100644
--- a/apps/sample-add-timestamp.h
+++ b/apps/sample-add-timestamp.h
@@ -57,7 +57,6 @@ public:
void add_options(po::options_description_easy_init &options) override {
options
- ("help", "produce this help message")
("resolution", po::value<time_resolution>(&resolution)->default_value(time_resolution::SECONDS))
("timestamp-name", po::value<string>(&timestamp_name)->default_value("timestamp"))
("output-format", po::value<sample_format_type>(&output_format)->default_value(sample_format_type::KEY_VALUE));