From bdd46dc8c47e79ddc6ce5958a8b6123cce43b5f5 Mon Sep 17 00:00:00 2001 From: typebrook Date: Tue, 11 Feb 2020 12:32:11 +0800 Subject: update --- scripts/gist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gist b/scripts/gist index 291e513..07dc725 100755 --- a/scripts/gist +++ b/scripts/gist @@ -370,7 +370,7 @@ _gist_id() { GIST_ID=$( (grep -hs '' $INDEX || true) | sed -n -e "/^$1 / p" | cut -d' ' -f2 | sed -E -e 's#.*/##') if [[ -z $GIST_ID ]]; then echo -e "Not a valid index: \e[31m$1\e[0m" - echo Use the index in the first column instead: + echo 'Use the index in the first column instead (like 1 or s1):' echo _show_list return 1 -- cgit v1.2.3-70-g09d2