Skip to content

Commit 6be4a32

Browse files
committed
fix tests
1 parent b01c084 commit 6be4a32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/cargo_owner/help/stdout.log

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manage the owners of a crate on the registry
22

33
Usage: cargo[EXE] owner [OPTIONS]
4-
cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
5-
cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
6-
cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
4+
cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
5+
cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
6+
cargo owner list [CRATE_NAME] [OPTIONS]
77

88
Options:
99
--index <INDEX> Registry index URL to modify owners for

0 commit comments

Comments
 (0)