adjust help msg text for 21st century

This commit is contained in:
Paul Davis
2025-05-24 07:35:13 -06:00
parent 6cc175343c
commit 958135ff26

View File

@@ -65,7 +65,7 @@ print_help (const char *execname)
cout
<< _("Usage: ") << PROGRAM_NAME << _(" [ OPTIONS ] [ SESSION-NAME ]")
<< "\n\n"
<< string_compose (_("%1 is a multichannel hard disk recorder (HDR) and digital audio workstation (DAW)."), PROGRAM_NAME)
<< string_compose (_("%1 is a digital audio workstation, used for multitrack recording, nonlinear, nondestructive editing and much more."), PROGRAM_NAME)
<< "\n\n"
<< _("Options:\n")
<< _(" -a, --no-announcements Do not contact website for announcements\n")