summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-13 01:10:08 +0000
committerDavid Robillard <d@drobilla.net>2012-04-13 01:10:08 +0000
commitcb99284c3787a3c3722c907dcc8681b8b83bcc26 (patch)
tree4bd06d91a3e25a8e730009f9ab92f9c262e9d43e
parentb5754f420a3cdd83b710aa3b4193e7b5b80c0141 (diff)
downloadpatchage-cb99284c3787a3c3722c907dcc8681b8b83bcc26.tar.gz
patchage-cb99284c3787a3c3722c907dcc8681b8b83bcc26.tar.bz2
patchage-cb99284c3787a3c3722c907dcc8681b8b83bcc26.zip
Use standard command synopsis style.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4176 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/Patchage.cpp2
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;