We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a4c57 commit 89ce4c9Copy full SHA for 89ce4c9
easyeda2kicad/__main__.py
@@ -121,7 +121,7 @@ def valid_arguments(arguments: dict) -> bool:
121
122
if arguments["project_relative"] and not arguments["output"]:
123
logging.error(
124
- "A project specific library path should be given with --ouput option when"
+ "A project specific library path should be given with --output option when"
125
" using --project-relative option\nFor example: easyeda2kicad"
126
" --lcsc_id=C2040 --full"
127
" --output=C:/Users/your_username/Documents/Kicad/6.0/projects/my_project"
0 commit comments