X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-tag.sh;h=16efc5b70ac7ea4f0770530845e35091e71feab6;hb=650e4be59b9f385f56e5829d97d09e8440f174b8;hp=13759453077b025d7815354c61269c2a9847e68f;hpb=68afd5fab777a3c27e205d33c2379d8af6c7749f;p=git.git diff --git a/git-tag.sh b/git-tag.sh index 13759453..16efc5b7 100755 --- a/git-tag.sh +++ b/git-tag.sh @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (c) 2005 Linus Torvalds -. git-sh-setup || die "Not a git archive" +. git-sh-setup usage () { echo >&2 "Usage: git-tag [-a | -s | -u ] [-f | -d] [-m ] []"