mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[ux] error message on bad usage of ynh-dev
This commit is contained in:
parent
14a7ce7147
commit
ce9bb61c8e
1 changed files with 3 additions and 0 deletions
3
ynh-dev
3
ynh-dev
|
@ -310,6 +310,9 @@ function use_git()
|
|||
warn "-------------------------------------------------------- "
|
||||
su ynhdev -c "./node_modules/gulp/bin/gulp.js watch --dev"
|
||||
|
||||
;;
|
||||
*)
|
||||
error "Invalid package '$PACKAGE': correct arguments are 'yunohost', 'ssowat', 'moulinette', 'yunohost-admin'"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue