Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stashcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def main():
global token_location

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