Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mityax committed Jan 2, 2023
2 parents 24e8980 + c6d158c commit 9d6020d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustimport/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _run_from_commandline(raw_args):

new_parser = subparsers.add_parser(
"new",
help="Create a new create or single-file extension ready to be imported with rustimport. If the specified "
help="Create a new crate or single-file extension ready to be imported with rustimport. If the specified "
"name ends with \".rs\", a single-file extension is created, otherwise, a crate will be set up.",
)
new_parser.add_argument("path")
Expand Down

0 comments on commit 9d6020d

Please sign in to comment.