Skip to content

Commit

Permalink
Fix tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fzyzcjy authored Jan 1, 2023
1 parent decaa5c commit 0cd3ddf
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 0cd3ddf

Please sign in to comment.