summaryrefslogtreecommitdiff
path: root/session_utils/export.cc
diff options
context:
space:
mode:
Diffstat (limited to 'session_utils/export.cc')
-rw-r--r--session_utils/export.cc4
1 files changed, 2 insertions, 2 deletions
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' },
};