diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ _show_list() { | |||
312 | echo Pinned tags: "${pinned_tags[*]/#/#} " | 312 | echo Pinned tags: "${pinned_tags[*]/#/#} " |
313 | elif [[ $hint == 'true' ]]; then | 313 | elif [[ $hint == 'true' ]]; then |
314 | echo | 314 | echo |
315 | echo 'run "gist fetch" to update gists or "gist help" for more details' > /dev/tty | 315 | echo 'Run "gist fetch" to keep gists up to date, or "gist help" for more details' > /dev/tty |
316 | fi | 316 | fi |
317 | } | 317 | } |
318 | 318 | ||