aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index cc41f60..cd16ae7 100755
--- a/gist
+++ b/gist
@@ -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