X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-pull.sh;h=9868a0bfb478707b361f664a252870b3d1939138;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=63da37bcc2730358140ae4b862040ed8fb0ed77e;hpb=60f60b49629b6693ce5b8ce9201b2f6dd3989354;p=git.git diff --git a/git-pull.sh b/git-pull.sh index 63da37bcc..9868a0bfb 100755 --- a/git-pull.sh +++ b/git-pull.sh @@ -11,7 +11,7 @@ OPTIONS_SPEC= . git-sh-setup . git-sh-i18n set_reflog_action "pull${1+ $*}" -require_work_tree +require_work_tree_exists cd_to_toplevel @@ -120,7 +120,7 @@ do --d|--dr|--dry|--dry-|--dry-r|--dry-ru|--dry-run) dry_run=--dry-run ;; - -h|--h|--he|--hel|--help|--help-|--help-a|--help-al|--help-all) + -h|--help-all) usage ;; *)