aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-05-06 11:05:39 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-05-06 11:10:55 +0800
commit10cf31c10f7f2e5cb7aceb998ad6ffce554654dc (patch)
tree84079552552fee35499fc5a89c3a797baa256e7a
parentdf4031c67b8299dca2a3a831c4dc02073f6ea1d3 (diff)
Improve description wording
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index 13154b2..1badcd4 100755
--- a/gist
+++ b/gist
@@ -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: