aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-07 14:12:15 +0800
committertypebrook <typebrook@gmail.com>2020-02-07 14:12:15 +0800
commit7274e497969fa87c586ecb1c433af6a395fbf24c (patch)
treeb14629b380860c8f20235495d933908c5dc3fa9c
parent550cb7e2f924c8e5478f570009338d6ba81aeac7 (diff)
update
-rwxr-xr-xscripts/gist4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index 69c4b99..ff71cd4 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -12,8 +12,8 @@
12# [index_of_gist] [url] [file_num] [comment_num] [short description] 12# [index_of_gist] [url] [file_num] [comment_num] [short description]
13# update, u [star | s] update the local list of your gists, star for your starred gists 13# update, u [star | s] update the local list of your gists, star for your starred gists
14# <index_of_gist> [--no-action] show the path of local gist repo and do custom actions 14# <index_of_gist> [--no-action] show the path of local gist repo and do custom actions
15# new, n [-d | --desc <description>] <files>... create a new gist with files 15# new, n [-d | --desc <description>] [-p] <files>... create a new gist with files
16# new, n [-d | --desc <description>] [-f | --file <file_name>] create a new gist from STDIN 16# new, n [-d | --desc <description>] [-p] [-f | --file <file_name>] create a new gist from STDIN
17# detail, d <index_of_gist> show the detail of a gist 17# detail, d <index_of_gist> show the detail of a gist
18# edit, e <index_of_gist> edit a gist's description 18# edit, e <index_of_gist> edit a gist's description
19# delete, D <index_of_gist>... delete a gist 19# delete, D <index_of_gist>... delete a gist