inspector: update path flag help

This commit is contained in:
Alberto Planas 2020-10-13 18:52:00 +02:00
parent 8839912832
commit f1e1cd58a6

View file

@ -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()