diff options
-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 |