[ux] error message on bad usage of ynh-dev

This commit is contained in:
Laurent Peuch 2020-12-28 10:09:05 +01:00
parent 14a7ce7147
commit ce9bb61c8e

View file

@ -310,6 +310,9 @@ function use_git()
warn "-------------------------------------------------------- " warn "-------------------------------------------------------- "
su ynhdev -c "./node_modules/gulp/bin/gulp.js watch --dev" su ynhdev -c "./node_modules/gulp/bin/gulp.js watch --dev"
;;
*)
error "Invalid package '$PACKAGE': correct arguments are 'yunohost', 'ssowat', 'moulinette', 'yunohost-admin'"
;; ;;
esac esac
done done