update session-utils

* use target name in help text
* add options and documentation to copy-mixer
This commit is contained in:
Robin Gareus
2016-06-03 17:37:05 +02:00
parent 360f87b217
commit f43ccd7321
5 changed files with 128 additions and 39 deletions

View File

@@ -147,8 +147,8 @@ static int export_session (Session *session,
static void usage (int status) {
// help2man compatible format (standard GNU help-text)
printf ("export - export an ardour session from the commandline.\n\n");
printf ("Usage: export [ OPTIONS ] <session-dir> <session-name>\n\n");
printf (UTILNAME " - export an ardour session from the commandline.\n\n");
printf ("Usage: " UTILNAME " [ OPTIONS ] <session-dir> <session/snapshot-name>\n\n");
printf ("Options:\n\
-h, --help display this help and exit\n\
-n, --normalize normalize signal level (to 0dBFS)\n\