diff options
author | Simon Wilson <simonwilson@google.com> | 2012-03-08 10:19:31 -0800 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2012-03-08 10:21:16 -0800 |
commit | 174d874d977cc198a577369e5d161af34fbc0952 (patch) | |
tree | 8c7da3ceab54017cf72620bfd0d675caaee91d8f | |
parent | e85d8058e83053d640a27d5b9c9ac8544bf5e74f (diff) |
tinycap: add missing options to usage string
-rw-r--r-- | tinycap.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ int main(int argc, char **argv) if (argc < 2) { fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-c channels] " - "[-r rate] [-b bits]\n", argv[0]); + "[-r rate] [-b bits] [-p period_size] [-n n_periods]\n", argv[0]); return 1; } |