diff --git a/commands/setup-linux-raspi b/commands/setup-linux-raspi index a6a69def5..9891ab780 100755 --- a/commands/setup-linux-raspi +++ b/commands/setup-linux-raspi @@ -12,7 +12,7 @@ function setup_linux_raspi() ( Configure Linux on Raspberry Pis to our expectations. USAGE: - setup-linux [install|update] + setup-linux-raspi [install|update] EOF if test "$#" -ne 0; then echo-error "$@" diff --git a/commands/setup-utils b/commands/setup-utils index ab8d29cad..5a2e86b1d 100755 --- a/commands/setup-utils +++ b/commands/setup-utils @@ -83,8 +83,7 @@ function setup_utils() ( # check if test "${#option_utils[@]}" -eq 0; then - echo-style --notice='No utilities provided, to configure some use:' $'\n' \ - ' ' --code='setup-utils --configure' + echo-style --notice='No utilities provided, to configure some use:' ' ' --code_notice='setup-utils --configure' return 0 fi