aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-30 16:08:53 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-30 16:08:53 +0800
commit2b8bbdfd180e37d5b59a438c029d6028d0a52fa6 (patch)
treeb376531c623e8ce6def4bc4f3c2aa9e0cecb252b
parentcd07b16df332b37010cd082538abb2fb14882ce5 (diff)
Fix typo in helper message
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index b27e4e8..4a6faac 100755
--- a/gist
+++ b/gist
@@ -40,7 +40,7 @@
40# gist (Show your gists) 40# gist (Show your gists)
41# gist 3 (show the repo path of your 3rd gist, and do custom actions) 41# gist 3 (show the repo path of your 3rd gist, and do custom actions)
42# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions) 42# gist 3 --no-action (show the repo path of your 3rd gist, and do not perform actions)
43# gist new foo bari (create a new gist with files foo and bar) 43# gist new foo bar (create a new gist with files foo and bar)
44# gist tag (Show your gists with tags) 44# gist tag (Show your gists with tags)
45# gist tag 3 (Add tags to your 3rd gist) 45# gist tag 3 (Add tags to your 3rd gist)
46# gist tag .+ (show tagged gists) 46# gist tag .+ (show tagged gists)