inspector: update path flag help
This commit is contained in:
parent
8839912832
commit
f1e1cd58a6
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def main():
|
|||
fgroup.add_argument("-a", "--all-features", action="store_true", help="Activate all features")
|
||||
fgroup.add_argument("-f", "--features", default="default", help="Feature(s) to work on (comma-separated)")
|
||||
parser.add_argument("--vendor", action="store_true", help="Print vendoring provides (even when not vendored)")
|
||||
parser.add_argument("-p", "--path", help="Path where the source project is living")
|
||||
parser.add_argument("-p", "--path", help="Path to the source project")
|
||||
parser.add_argument("file", nargs="*", help="Path(s) to Cargo.toml")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue