diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:05:39 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-06 11:10:55 +0800 |
commit | 10cf31c10f7f2e5cb7aceb998ad6ffce554654dc (patch) | |
tree | 84079552552fee35499fc5a89c3a797baa256e7a | |
parent | df4031c67b8299dca2a3a831c4dc02073f6ea1d3 (diff) |
Improve description wording
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -626,7 +626,7 @@ _show_detail() { | |||
626 | echo -e Desc: $(_color_pattern '^(\[.+\])' <<<"$description") | 626 | echo -e Desc: $(_color_pattern '^(\[.+\])' <<<"$description") |
627 | echo -e Tags: ${tags_string//,/ } | 627 | echo -e Tags: ${tags_string//,/ } |
628 | echo -e Site: ${GIST_DOMAIN}/${GIST_ID} | 628 | echo -e Site: ${GIST_DOMAIN}/${GIST_ID} |
629 | echo -e API : https://api.github.com/gists/${GIST_ID} | 629 | echo -e APIs: https://api.github.com/gists/${GIST_ID} |
630 | echo -e created_at: $created_at | 630 | echo -e created_at: $created_at |
631 | echo -e updated_at: $updated_at | 631 | echo -e updated_at: $updated_at |
632 | echo -e files: | 632 | echo -e files: |