From 35d37f75325a62ae9c1a907d1529f81dd174ada0 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 19 Mar 2020 18:28:06 +0800 Subject: Modify short subcommand for user form U to u --- gist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gist b/gist index e2c6f79..e3907b7 100755 --- a/gist +++ b/gist @@ -19,7 +19,7 @@ # delete, D ... [--force] Delete a gist # clean, C Clean removed gists in local # config, c [token | user | folder | auto_sync | EDITOR | action | protocol [value] ] Do configuration -# user, U Get gists from a given Github user +# user, u Get gists from a given Github user # grep, g Grep gists by a given pattern # push, p Push changes by git (well, better to make commit by youself) # github, G Import selected gist as a new Github repo @@ -730,7 +730,7 @@ case "$1" in config | c) shift _configure "$@" && (_apply_config config && _check_protocol) ;; - user | U) + user | u) shift _query_user "$@" ;; grep | g) -- cgit v1.2.3-70-g09d2