From d88a9c92ba5838bae8d456ae51eb558aaaa067c9 Mon Sep 17 00:00:00 2001 From: ioxenus Date: Mon, 23 Jan 2012 03:13:40 +0400 Subject: [PATCH] Update _bpython: --version short argument fix --- _bpython | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_bpython b/_bpython index e41e7aa..3ce52df 100644 --- a/_bpython +++ b/_bpython @@ -42,6 +42,6 @@ _arguments -A "-*" \ '(-h --help)'{-h,--help}'[Show help message]' \ '(-i --interactive)'{-i,--interactive}'[Drop to bpython shell after running file instead of exiting]' \ '(-q --quiet)'{-q,--quiet}"[Don't flush the output to stdout]" \ - '(-v --version)'{-v,--version}'[Print version and exit]' \ + '(-V --version)'{-V,--version}'[Print version and exit]' \ '--config[Use CONFIG instead of default config file]:Config file:_files' \ '*: :_files' \ No newline at end of file