Skip to content

Commit

Permalink
Shorten the long env help
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Dec 13, 2024
1 parent 8aefbf5 commit 68e17b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/soroban-cli/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,10 @@ pub enum Cmd {
/// Watch the network for contract events
Events(events::Cmd),

/// Prints the current environment variables or defaults to the stdout, in
/// a format that can be used as .env file. Environment variables have
/// Prints the current environment variables.
///
/// Prints the current environment variables or defaults to the stdout, in a
/// format that can be used as .env file. Environment variables have
/// precedency over defaults.
Env(env::Cmd),

Expand Down

0 comments on commit 68e17b4

Please sign in to comment.