Skip to content

Commit

Permalink
New help syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Flink committed Aug 25, 2015
1 parent b3f62ac commit ced2122
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ case "$1" in

help | maintenance:help)
cat && cat<<EOF
maintenance <app> Display the current maintenance status of app
maintenance:on <app> Put the app into maintenance mode
maintenance:off <app> Take the app out of maintenance mode
maintenance:custom-page <app> Imports a tarball from stdin; should contain at least maintenance.html
maintenance <app>, Display the current maintenance status of app
maintenance:on <app>, Put the app into maintenance mode
maintenance:off <app>, Take the app out of maintenance mode
maintenance:custom-page <app>, Imports a tarball from stdin; should contain at least maintenance.html
EOF
;;

Expand Down

0 comments on commit ced2122

Please sign in to comment.