From e8bf897f81bf0e73fc4acb1da22335fdbff24d03 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 17:46:44 -0500 Subject: Use conventional command-line help output formatting --- src/main.cpp | 6 +++--- 1 file 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 -- cgit v1.2.1