diff options
Diffstat (limited to 'src/_jekyll')
| -rw-r--r-- | src/_jekyll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_jekyll b/src/_jekyll index 6326ac9..ca119e6 100644 --- a/src/_jekyll +++ b/src/_jekyll @@ -39,7 +39,7 @@ case $state in "build:Build your site" "docs:Launch local server with docs for jekyll" "doctor:Search site and print specific deprecation warnings" - "help:Dislplay global or [command] help documentation" + "help:Display global or [command] help documentation" "import:Import your old blog to Jekyll" "new:Creates a new Jekyll site scaffold in PATH" "serve:Serve your site locally" @@ -56,7 +56,7 @@ case $state in local -a config config=( - "--config[Custome configuration file]: :_files" + "--config[Custom configuration file]: :_files" ) local -a help help=( |
