diff options
author | typebrook <typebrook@gmail.com> | 2020-03-16 12:00:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-16 12:00:40 +0800 |
commit | 6acb5616e69d441f19193f80973db3a27d3ab4bb (patch) | |
tree | bf245a1ce8a073da1726fd316fe5e77c3be9f926 | |
parent | cb464605afbbad00a8381cdfc6b0facea6424538 (diff) |
Update helper message
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ | |||
20 | # clean, C Clean removed gists in local | 20 | # clean, C Clean removed gists in local |
21 | # config, c [token | user | folder | auto_sync | EDITOR | action | protocol [value] ] Do configuration | 21 | # config, c [token | user | folder | auto_sync | EDITOR | action | protocol [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 from description, filename or file content |
24 | # push, p <index_of_gist> 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 |