diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-30 16:08:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-06-30 16:08:53 +0800 |
commit | 2b8bbdfd180e37d5b59a438c029d6028d0a52fa6 (patch) | |
tree | b376531c623e8ce6def4bc4f3c2aa9e0cecb252b | |
parent | cd07b16df332b37010cd082538abb2fb14882ce5 (diff) |
Fix typo in helper message
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |