Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bytes = "1.3.0"
camino = "1.1"
cfg-if = "1.0"
chrono = { version = "0.4", features = [ "serde" ] }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.1", features = ["derive"] }
cookie = "0.16"
criterion = { version = "0.4", features = [ "async_tokio" ] }
crossbeam = "0.8"
Expand Down
4 changes: 2 additions & 2 deletions nexus/tests/output/cmd-nexus-noargs-stderr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
error: The following required arguments were not provided:
error: the following required arguments were not provided:
<CONFIG_FILE_PATH>

Usage: nexus <CONFIG_FILE_PATH>

For more information try '--help'
For more information, try '--help'.
2 changes: 1 addition & 1 deletion oximeter/collector/tests/output/cmd-oximeter-noargs-stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help information
-h, --help Print help
4 changes: 2 additions & 2 deletions sled-agent/tests/output/cmd-sled-agent-noargs-stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version
4 changes: 2 additions & 2 deletions sled-agent/tests/output/cmd-sled-agent-sim-noargs-stderr
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
error: The following required arguments were not provided:
error: the following required arguments were not provided:
<SA_UUID>
<SA_IP:PORT>
<NEXUS_IP:PORT>

Usage: sled-agent-sim <SA_UUID> <SA_IP:PORT> <NEXUS_IP:PORT>

For more information try '--help'
For more information, try '--help'.
4 changes: 2 additions & 2 deletions test-utils/tests/output/cmd-omicron-dev-bad-cmd-stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: The subcommand 'bogus-command' wasn't recognized
error: unrecognized subcommand 'bogus-command'

Usage: omicron-dev <COMMAND>

For more information try '--help'
For more information, try '--help'.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
error: The following required arguments were not provided:
error: the following required arguments were not provided:
--database-url <DATABASE_URL>

Usage: omicron-dev db-populate --database-url <DATABASE_URL>

For more information try '--help'
For more information, try '--help'.
4 changes: 2 additions & 2 deletions test-utils/tests/output/cmd-omicron-dev-db-wipe-noargs-stderr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
error: The following required arguments were not provided:
error: the following required arguments were not provided:
--database-url <DATABASE_URL>

Usage: omicron-dev db-wipe --database-url <DATABASE_URL>

For more information try '--help'
For more information, try '--help'.
4 changes: 2 additions & 2 deletions test-utils/tests/output/cmd-omicron-dev-noargs-stderr
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Commands:
help Print this message or the help of the given subcommand(s)

Options:
-h, --help Print help information
-V, --version Print version information
-h, --help Print help
-V, --version Print version