From b3743227becd4ac40df0b69b65a63a45330af5c0 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Wed, 5 Oct 2022 22:57:27 +0200 Subject: [PATCH] Change tools --help URLs to use https --- libs/auscan/au-scanner.cc | 4 ++-- libs/fst/vst2-scanner.cc | 4 ++-- libs/fst/vst3-scanner.cc | 4 ++-- luasession/luasession.cc | 4 ++-- session_utils/copy-mixer.cc | 4 ++-- session_utils/export.cc | 4 ++-- session_utils/new_empty_session.cc | 4 ++-- session_utils/new_session.cc | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/libs/auscan/au-scanner.cc b/libs/auscan/au-scanner.cc index 92fb2697c6..692f6a539c 100644 --- a/libs/auscan/au-scanner.cc +++ b/libs/auscan/au-scanner.cc @@ -126,8 +126,8 @@ usage () This tool ...\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); ::exit (EXIT_SUCCESS); } diff --git a/libs/fst/vst2-scanner.cc b/libs/fst/vst2-scanner.cc index d93a93de1f..65df67461e 100644 --- a/libs/fst/vst2-scanner.cc +++ b/libs/fst/vst2-scanner.cc @@ -171,8 +171,8 @@ usage () This tool ...\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); console_madness_end (); ::exit (EXIT_SUCCESS); diff --git a/libs/fst/vst3-scanner.cc b/libs/fst/vst3-scanner.cc index e8c312300a..34e8faa3a6 100644 --- a/libs/fst/vst3-scanner.cc +++ b/libs/fst/vst3-scanner.cc @@ -159,8 +159,8 @@ usage () This tool ...\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); console_madness_end (); ::exit (EXIT_SUCCESS); diff --git a/luasession/luasession.cc b/luasession/luasession.cc index d4ad68d140..15fb361a7b 100644 --- a/luasession/luasession.cc +++ b/luasession/luasession.cc @@ -555,8 +555,8 @@ usage () printf ("\n\ Ardour at your finger tips...\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); console_madness_end (); ::exit (EXIT_SUCCESS); } diff --git a/session_utils/copy-mixer.cc b/session_utils/copy-mixer.cc index 0ac038050b..9f2971e685 100644 --- a/session_utils/copy-mixer.cc +++ b/session_utils/copy-mixer.cc @@ -268,8 +268,8 @@ If --snapshot is not given, the session file is overwritten.\n\ When --snapshot is set, a new snapshot in the session is created.\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); ::exit (EXIT_SUCCESS); } diff --git a/session_utils/export.cc b/session_utils/export.cc index 0ed19b264c..24d7efc629 100644 --- a/session_utils/export.cc +++ b/session_utils/export.cc @@ -234,8 +234,8 @@ If the no output-file is given, the session's export dir is used.\n\ Note: the tool expects a session-name without .ardour file-name extension.\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); ::exit (EXIT_SUCCESS); } diff --git a/session_utils/new_empty_session.cc b/session_utils/new_empty_session.cc index 86fba1a324..f229e75f0d 100644 --- a/session_utils/new_empty_session.cc +++ b/session_utils/new_empty_session.cc @@ -53,8 +53,8 @@ Examples:\n\ " UTILNAME " -s 44100 /tmp/TestSession TestSession\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); ::exit (EXIT_SUCCESS); } diff --git a/session_utils/new_session.cc b/session_utils/new_session.cc index 6ad46f8770..216e3d720f 100644 --- a/session_utils/new_session.cc +++ b/session_utils/new_session.cc @@ -67,8 +67,8 @@ Examples:\n\ " UTILNAME " -s 44100 -m 4 /tmp/NewSession\n\ \n"); - printf ("Report bugs to \n" - "Website: \n"); + printf ("Report bugs to \n" + "Website: \n"); ::exit (EXIT_SUCCESS); }