aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gist b/scripts/gist
index d0198a3..8e5e36c 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -403,7 +403,7 @@ _edit_gist() {
403 && _update 403 && _update
404} 404}
405 405
406_help_message() { 406usage() {
407 sed -E -n ' /^$/ q; 8,$ s/^#//p' $0 407 sed -E -n ' /^$/ q; 8,$ s/^#//p' $0
408} 408}
409 409
@@ -434,7 +434,7 @@ case "$1" in
434 shift 434 shift
435 _configure "$@" ;; 435 _configure "$@" ;;
436 help | h) 436 help | h)
437 _help_message ;; 437 usage ;;
438 *) 438 *)
439 _goto_gist "$1" ;; 439 _goto_gist "$1" ;;
440esac 440esac