diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -698,7 +698,7 @@ _edit_gist() { | |||
698 | 698 | ||
699 | # Print helper message | 699 | # Print helper message |
700 | usage() { | 700 | usage() { |
701 | sed -E -n -e ' /^$/ q; 1,/^# --/ d; s/^# //p' "$0" | 701 | sed -E -n -e '/^#/ !q; 1,/^# --/ d; s/^# //p' "$0" |
702 | } | 702 | } |
703 | 703 | ||
704 | # Check remote urls of all repos match current protocol in configuration file | 704 | # Check remote urls of all repos match current protocol in configuration file |