From cb99284c3787a3c3722c907dcc8681b8b83bcc26 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Apr 2012 01:10:08 +0000 Subject: Use standard command synopsis style. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@4176 a436a847-0d15-0410-975c-d299462d15a1 --- src/Patchage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1