diff options
author | typebrook <typebrook@gmail.com> | 2020-04-23 17:43:05 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-23 17:43:05 +0800 |
commit | 0f64e108ba5dc7dff075b67dcab2b10390608a92 (patch) | |
tree | 5135edfa6086a5936fadfd690f20e2f6cd29410c | |
parent | be55fb98c1c2340fbc7bec2f4bb26877411a19ca (diff) |
update
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -759,7 +759,7 @@ _show_tags() { | |||
759 | 759 | ||
760 | echo | 760 | echo |
761 | if [[ ${#pinned_tags} == 0 ]]; then | 761 | if [[ ${#pinned_tags} == 0 ]]; then |
762 | echo 'Run "gist pin <tag1> <tag2>..." to pin tags' | 762 | echo 'Run "gist pin <tag1> <tag2>..." to pin/unpin tags' |
763 | else | 763 | else |
764 | echo Pinned tags: "${pinned_tags[@]/#/#}" | 764 | echo Pinned tags: "${pinned_tags[@]/#/#}" |
765 | fi | 765 | fi |