Skip to content

Commit 6cef3b0

Browse files
author
Matthew Fisher
committed
refactor(client): use semver for --version
1 parent c629d0c commit 6cef3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/deis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ def main():
15961596
call the appropriate method on the client.
15971597
"""
15981598
cli = DeisClient()
1599-
args = docopt(__doc__, version='Deis CLI {}'.format(__version__),
1599+
args = docopt(__doc__, version=__version__,
16001600
options_first=True)
16011601
cmd = args['<command>']
16021602
cmd, help_flag = parse_args(cmd)

0 commit comments

Comments
 (0)