Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed Dec 12, 2023
1 parent b722762 commit 9f7e9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_owner/add_help/stdout.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name of a user or team to invite as an owner

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

Options:
--crate <CRATE_NAME> Crate name that you want to manage the owner
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_owner/remove_help/stdout.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name of a user or team to remove as an owner

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

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

0 comments on commit 9f7e9bd

Please sign in to comment.