Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed Dec 12, 2023
1 parent b01c084 commit 3e1914e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tests/testsuite/cargo_owner/help/stdout.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Manage the owners of a crate on the registry

Usage: cargo[EXE] owner [OPTIONS]
cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
cargo owner list [CRATE_NAME] [OPTIONS]

Options:
--index <INDEX> Registry index URL to modify owners for
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_owner/list_help/stdout.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
List owners of a crate

Usage: cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
Usage: cargo owner list [CRATE_NAME] [OPTIONS]

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

0 comments on commit 3e1914e

Please sign in to comment.