Skip to content

Commit

Permalink
typos and missing help
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Jun 7, 2021
1 parent db1b315 commit 2d7ea1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/taiseilib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main(args):
parser = argparse.ArgumentParser(description='Print the Taisei version.', prog=args[0])

parser.add_argument('format', type=str, nargs='?', default='{string}',
help='format string; variables: major, minor, patch, tweak, note, string, full_string')
help='format string; variables: major, minor, patch, prerelease, tweak, note, string, full_string')

common.add_common_args(parser)

Expand Down

0 comments on commit 2d7ea1a

Please sign in to comment.