]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Tweak run command output to highlight the default choice
authorEric Bollengier <eric@baculasystems.com>
Fri, 7 Jan 2022 11:00:14 +0000 (12:00 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:57 +0000 (13:56 +0200)
bacula/src/dird/ua_run.c

index 801c129f5af0a073b4be668543cffec4ceff83e3..4d0323f0c1f531f0b18732a29737d2ca1e04a703 100644 (file)
@@ -177,7 +177,7 @@ int run_cmd(UAContext *ua, const char *cmd)
          break; /* error get out of while loop */
       }
 
-      if (!get_cmd(ua, _("OK to run? (yes/mod/no): "))) {
+      if (!get_cmd(ua, _("OK to run? (Yes/mod/no): "))) {
          break; /* error get out of while loop */
       }
 
@@ -1002,7 +1002,7 @@ configure_again:
 
    ASSERTD(nb < MAX_INI_ITEMS, "Check if we reach the MAX_INI_ITEMS defined");
 
-   if (!get_cmd(ua, _("Use above plugin configuration? (yes/mod/no): "))) {
+   if (!get_cmd(ua, _("Use above plugin configuration? (Yes/mod/no): "))) {
       ini->clear_items();
       return 0;
    }