Skip to content

Commit

Permalink
Add --version to command line arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
winksaville committed Nov 17, 2015
1 parent 56f11cf commit 60896c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
help='file describing cross compilation environment')
parser.add_argument('-D', action='append', dest='projectoptions', default=[],
help='Set project options.')
parser.add_argument('-v', action='store_true', dest='print_version', default=False,
parser.add_argument('-v', '--version', action='store_true', dest='print_version', default=False,
help='Print version.')
parser.add_argument('directories', nargs='*')

Expand Down

0 comments on commit 60896c0

Please sign in to comment.