Skip to content

Commit ed0aac8

Browse files
Merge branch 'master' into pr/justawarning
2 parents 428770d + f523dfd commit ed0aac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stashcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def main():
650650
global token_location
651651

652652
usage = "usage: %prog [options] source destination"
653-
parser = optparse.OptionParser(usage)
653+
parser = optparse.OptionParser(usage, version="stashcp %s" % VERSION)
654654
parser.add_option('-d', '--debug', dest='debug', action='store_true', help='debug')
655655
parser.add_option('-r', dest='recursive', action='store_true', help='recursively copy')
656656
parser.add_option('--closest', action='store_true', help="Return the closest cache and exit")

0 commit comments

Comments
 (0)