Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add integer conversion description in help for application-version-st…
Browse files Browse the repository at this point in the history
…ring
  • Loading branch information
halkver committed Oct 18, 2019
1 parent d83cd96 commit 23eeff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nordicsemi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def settings():
help='The application version.',
type=BASED_INT_OR_NONE)
@click.option('--application-version-string',
help='The application version string, e.g "2.7.31".',
help='The application version string, e.g "2.7.31". Will be converted to an integer, e.g 207031.',
type=click.STRING)
@click.option('--bootloader-version',
help='The bootloader version.',
Expand Down Expand Up @@ -490,7 +490,7 @@ def pkg():
help='The application version.',
type=BASED_INT_OR_NONE)
@click.option('--application-version-string',
help='The application version string, e.g "2.7.31".',
help='The application version string, e.g "2.7.31". Will be converted to an integer, e.g 207031.',
type=click.STRING)
@click.option('--bootloader',
help='The bootloader firmware file.',
Expand Down

0 comments on commit 23eeff6

Please sign in to comment.