Skip to content

Commit 3e1914e

Browse files
committed
fix tests
1 parent b01c084 commit 3e1914e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

tests/testsuite/cargo_owner/list_help/stdout.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
List owners of a crate
22

3-
Usage: cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
3+
Usage: cargo owner list [CRATE_NAME] [OPTIONS]
44

55
Options:
66
--crate <CRATE_NAME> Crate name that you want to manage the owner

0 commit comments

Comments
 (0)