Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
omarzl committed May 31, 2024
1 parent b6fb215 commit d375a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ OPTIONS:
/DC=org/DC=OpenSSL/DC=users/UID=123456+CN=JohnDoe
--auto-regenerate
Defines if the profile should be regenated in case it
already exists (optional)
Defines if the profile should be regenerated in case
it already exists (optional)
-h, --help Show help information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ internal struct CreateProvisioningProfileCommand: ParsableCommand {
""")
internal var certificateSigningRequestSubject: String

@Flag(help: "Defines if the profile should be regenated in case it already exists (optional)")
@Flag(help: "Defines if the profile should be regenerated in case it already exists (optional)")
internal var autoRegenerate = false

private let files: Files
Expand Down

0 comments on commit d375a44

Please sign in to comment.