X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-tag.sh;h=16efc5b70ac7ea4f0770530845e35091e71feab6;hb=bf3e274873e56d7df25d60800c8d59a309e0d8c6;hp=13759453077b025d7815354c61269c2a9847e68f;hpb=8fc66df237afce0b4318657f166b3583831949f3;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 ] []"