diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3ae4c7d..289242f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -75,9 +75,9 @@ print_usage() std::cout << "Usage: patchage [OPTION]...\n"; std::cout << "Visually connect JACK and ALSA Audio and MIDI ports.\n\n"; std::cout << "Options:\n"; - std::cout << " -h, --help Display this help and exit.\n"; - std::cout << " -A, --no-alsa Do not automatically attach to ALSA.\n"; - std::cout << " -J, --no-jack Do not automatically attack to JACK.\n"; + std::cout << " -h, --help Display this help and exit\n"; + std::cout << " -A, --no-alsa Do not automatically attach to ALSA\n"; + std::cout << " -J, --no-jack Do not automatically attack to JACK\n"; } void |