diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-27 22:32:52 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-27 23:35:33 +0800 |
| commit | b4ec421d89f8d4eeaa4ad278d93ab01cec0a77cd (patch) | |
| tree | 483b04e2e47284202b27587d4a8045aaff2d1421 | |
| parent | 1fa3eff8c119f32be48540bfd2fb98983639a41a (diff) | |
Update hint message
| -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 | ||