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