From 8cad5acd83ee5df8f5592c88bd9107d147bc9a44 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 20 Aug 2018 10:41:34 +0100 Subject: [PATCH] Correct build command todo list --- build/build.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.plugin.zsh b/build/build.plugin.zsh index 71a3e39..2688f7d 100644 --- a/build/build.plugin.zsh +++ b/build/build.plugin.zsh @@ -23,7 +23,7 @@ _build_dir_py=${0:a:h}/build-dir.py # Interactively choose a `~build` directory for `build` to build. # TODO: Support arguments: -# * [x] [-h,--help] - show this help message and exit +# * [ ] [-h,--help] - show this help message and exit # * [x] [--build] - execute the build commend # * [ ] - start in another directory, not `pwd` build-dir() {