diff --git a/psu b/psu index d1688ea..2e63a76 100644 --- a/psu +++ b/psu @@ -568,7 +568,8 @@ inputs() { exit 0 ;; -a=*|--action=*|-a|--action) - # DEPRECATED: To keep backwards compatibility with psu 0.1.x + # To keep backwards compatibility with psu 0.1.x + echo_verbose "DEPRECATED: Use 'psu [options]' command, instead of using this '$1' option" ACTION=$(input_option "$1" "$2" "$ACTIONS") if [ -n "$2" ] && [[ ! $2 =~ ^-.+$ ]] ; then # When the second argument is the value of the current option