bento: update usage

This commit is contained in:
Solene Rapenne 2022-09-10 11:55:32 +02:00
parent 43e48a0a7b
commit b1d421728f
1 changed files with 2 additions and 2 deletions

4
bento
View File

@ -3,7 +3,7 @@
# FUNCTION LIBRARIES
usage() {
cat <<EOF
usage: bento init | deploy | build [test|switch] | status
usage: bento init | deploy | build [test|switch] | status [delay]
bento init
: create the layout for bento in the current directory
@ -14,7 +14,7 @@ bento deploy
bento build [test|switch]
: build configurations, can activate (test or switch) a build locally
bento status
bento status [delay]
: display information for remote hosts
env NAME=someconfig bento deploy|build