diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -751,7 +751,7 @@ _edit_gist() { | |||
751 | # Print helper message | 751 | # Print helper message |
752 | usage() { | 752 | usage() { |
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 |