X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/7217efbf26d7ec757ac72fdadf247a932e56244a..6e83f4d7c39b981146f57aad8049c5622799dd00:/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."""