aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-27 22:32:52 +0800
committertypebrook <typebrook@gmail.com>2020-03-27 23:35:33 +0800
commitb4ec421d89f8d4eeaa4ad278d93ab01cec0a77cd (patch)
tree483b04e2e47284202b27587d4a8045aaff2d1421
parent1fa3eff8c119f32be48540bfd2fb98983639a41a (diff)
Update hint message
-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