diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Patchage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index d07e714..ce30c37 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -123,7 +123,7 @@ Patchage::Patchage(int argc, char** argv) while (argc > 0) { if (!strcmp(*argv, "-h") || !strcmp(*argv, "--help")) { - cout << "Usage: patchage [OPTIONS]" << endl; + cout << "Usage: patchage [OPTION]..." << endl; cout << "Visually connect JACK and ALSA Audio/MIDI ports." << endl << endl; cout << "Options:" << endl; cout << "\t-h --help Show this help" << endl; |