aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist2
1 files changed, 1 insertions, 1 deletions
diff --git a/gist b/gist
index a0bcec5..fe74ce5 100755
--- a/gist
+++ b/gist
@@ -751,7 +751,7 @@ _edit_gist() {
751# Print helper message 751# Print helper message
752usage() { 752usage() {
753 sed -E -n -e '/^#/ !q; 1,/^# --/ d; s/^# //p' "$0" \ 753 sed -E -n -e '/^#/ !q; 1,/^# --/ d; s/^# //p' "$0" \
754 | sed -Ee "s/^( ?|Usage: )gist/\1$NAME/" 754 | sed -Ee "s/^( *|Usage: )gist/\1$NAME/"
755} 755}
756 756
757# Check remote urls of all repos match current protocol in configuration file 757# Check remote urls of all repos match current protocol in configuration file