From d692625662c0f7262dab9af049e0adb33ce2e46e Mon Sep 17 00:00:00 2001 From: sigoden Date: Fri, 13 Dec 2024 17:18:01 +0800 Subject: refactor: add docs and update scripts (#150) --- scripts/create-tool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/create-tool.sh') diff --git a/scripts/create-tool.sh b/scripts/create-tool.sh index c335934..395cac7 100755 --- a/scripts/create-tool.sh +++ b/scripts/create-tool.sh @@ -8,7 +8,7 @@ set -e # # @option --description The tool description # @flag --force Override the exist tool file -# @arg name! The script file name. +# @arg name! The script file name # @arg params* The script parameters main() { -- cgit v1.2.3