diff options
author | typebrook <typebrook@gmail.com> | 2020-02-13 15:26:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-13 15:26:40 +0800 |
commit | 8e75e263c1bc24a7c11024d82bb0ae458296339a (patch) | |
tree | a04dcdc8ce908e87c8b661adea123f03d0edc4e8 /scripts | |
parent | 0ef2c971429631e686da410cbabf5947a9479850 (diff) |
update
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index be81c16..acb0066 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -21,7 +21,7 @@ | |||
21 | # config, c [token | user | folder | auto_sync | EDITOR | action [value] ] Do configuration | 21 | # config, c [token | user | folder | auto_sync | EDITOR | action [value] ] Do configuration |
22 | # user, U <user> Get gists from a given Github user | 22 | # user, U <user> Get gists from a given Github user |
23 | # grep, g <pattern> Grep gists by a given pattern | 23 | # grep, g <pattern> Grep gists by a given pattern |
24 | # push, p <pattern> Push changes by git (well, better to make commit by youself) | 24 | # push, p <index_of_gist> Push changes by git (well, better to make commit by youself) |
25 | # github, G <index_of_gist> Import selected gist as a new Github repo | 25 | # github, G <index_of_gist> Import selected gist as a new Github repo |
26 | # help, h Show this help message | 26 | # help, h Show this help message |
27 | # version Get the tool version | 27 | # version Get the tool version |