Skip to content

Commit

Permalink
setup-utils, setup-linxu-raspi: better logs
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Feb 2, 2024
1 parent 090f5e9 commit f27800c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/setup-linux-raspi
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
Expand Down
3 changes: 1 addition & 2 deletions commands/setup-utils
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f27800c

Please sign in to comment.