X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a2dcde7196ecd4e2c6d8bfff825d9b00a366c323..254d99f846f3427d21bc9224cd693bb4806d2d31:/stgit/commands/id.py diff --git a/stgit/commands/id.py b/stgit/commands/id.py index 1cf6ea6..284589a 100644 --- a/stgit/commands/id.py +++ b/stgit/commands/id.py @@ -28,7 +28,7 @@ usage = """%prog [options] [id] Print the hash value of a GIT id (defaulting to HEAD). In addition to the standard GIT id's like heads and tags, this command also accepts -'base[@]' and '[[@]][/(bottom | top)]'. If no +'base[@]' and '[[@]][//[bottom | top]]'. If no 'top' or 'bottom' are passed and is a valid patch name, 'top' will be used by default."""