Tweak usage text

This commit is contained in:
3wc 2020-09-24 21:19:40 +02:00
parent aa1ffd5d8a
commit b0d525a980
1 changed files with 3 additions and 3 deletions

6
abra
View File

@ -161,10 +161,10 @@ sub_help() {
###### Subcommand `secret`
sub_secret_help() {
echo "Usage: $PROGRAM_NAME [-a STACK_NAME] secret <subcommand> [options]"
echo "Usage: $PROGRAM_NAME [global opts] secret <subcommand> [sub opts]"
echo ""
echo "Subcommands:"
echo " generate SECRET VERSION [PW] generate & store secret"
echo " generate SECRET VERSION [PWGEN] generate & store secret"
echo " insert SECRET VERSION PW save PW in docker and pass"
}
@ -340,7 +340,7 @@ sub_cp() {
###### Subcommand `context`
sub_context_help() {
echo "Usage: $PROGRAM_NAME [-a STACK_NAME] context <subcommand> [options]"
echo "Usage: $PROGRAM_NAME [global opts] context <subcommand> [sub opts]"
echo ""
echo "Subcommands:"
echo " init HOST [USER] [PORT] set up remote Docker context"