aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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)