Skip to content

Commit 25eae1c

Browse files
committed
more Unixy help message format
1 parent fead554 commit 25eae1c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

deploy.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ set -o errexit #abort if any command fails
33
me=$(basename "$0")
44

55
help_message="\
6+
Usage: $me [<options>]
67
Deploy generated files to a git branch.
78
8-
Usage:
9-
10-
$me [<options>]
11-
129
Options:
1310
1411
-h, --help Show this help information.
@@ -23,9 +20,9 @@ Options:
2320
2421
Variables:
2522
26-
* GIT_DEPLOY_DIR Folder path containing the files to deploy.
27-
* GIT_DEPLOY_BRANCH Commit deployable files to this branch.
28-
* GIT_DEPLOY_REPO Push the deploy branch to this repository.
23+
GIT_DEPLOY_DIR Folder path containing the files to deploy.
24+
GIT_DEPLOY_BRANCH Commit deployable files to this branch.
25+
GIT_DEPLOY_REPO Push the deploy branch to this repository.
2926
3027
These variables have default values defined in the script. The defaults can be
3128
overridden by environment variables. Any environment variables are overridden

0 commit comments

Comments
 (0)