From d98b722a28b2b6b998a6382da6dcff8345e287dc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 6 Aug 2017 14:34:24 +0200 Subject: Fix session-export --samplerate option --- session_utils/export.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'session_utils') diff --git a/session_utils/export.cc b/session_utils/export.cc index 6ea7e2b5fd..ce523306de 100644 --- a/session_utils/export.cc +++ b/session_utils/export.cc @@ -172,13 +172,13 @@ int main (int argc, char* argv[]) std::string outfile; bool normalize = false; - const char *optstring = "hno:r:V"; + const char *optstring = "hno:s:V"; const struct option longopts[] = { { "help", 0, 0, 'h' }, { "normalize", 0, 0, 'n' }, { "output", 1, 0, 'o' }, - { "samplerate", 1, 0, 'r' }, + { "samplerate", 1, 0, 's' }, { "version", 0, 0, 'V' }, }; -- cgit v1.2.3