From ced2122f4403e59626166920fb7a0b245f41b3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guitaut?= Date: Tue, 25 Aug 2015 17:49:35 +0200 Subject: [PATCH] New help syntax --- commands | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/commands b/commands index bbd1eb4..1f69d5e 100755 --- a/commands +++ b/commands @@ -75,10 +75,10 @@ case "$1" in help | maintenance:help) cat && cat< Display the current maintenance status of app - maintenance:on Put the app into maintenance mode - maintenance:off Take the app out of maintenance mode - maintenance:custom-page Imports a tarball from stdin; should contain at least maintenance.html + maintenance , Display the current maintenance status of app + maintenance:on , Put the app into maintenance mode + maintenance:off , Take the app out of maintenance mode + maintenance:custom-page , Imports a tarball from stdin; should contain at least maintenance.html EOF ;;