Skip to content

Commit

Permalink
версия 1.2.3 :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototype-X committed Nov 20, 2015
1 parent 7090bda commit 738d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bl-rkn.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def main():
parser.add_argument("--ip", action="store_true", required=False, default=False, help="ip list show")
parser.add_argument("--domain", action="store_true", required=False, default=False, help="domain list show")
parser.add_argument("--history", action="store_true", required=False, default=False, help="history list show")
parser.add_argument("-v", "--version", action='version', version='version 1.2.1', help="show version")
parser.add_argument("-v", "--version", action='version', version='version 1.2.3', help="show version")
args = parser.parse_args()

ip_print = args.ip
Expand Down

0 comments on commit 738d35f

Please sign in to comment.