Skip to content

Commit

Permalink
[docs]: adopt suggestion in iroha_client_cli
Browse files Browse the repository at this point in the history
hyperledger-iroha#4153 (comment)
Signed-off-by: Dmitry Balashov <[email protected]>
  • Loading branch information
0x009922 committed Dec 17, 2023
1 parent 51c68d1 commit cc7fa52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ impl MetadataArgs {
struct Args {
/// Path to the configuration file, defaults to `config.json`/`config.json5`
///
/// Supported extensions are `.json` and `.json5`. By default, Iroha looks up for a
/// `config` file in the Current Working Directory with both supported extensions.
/// If the default config file is not found, Iroha Client will rely on default values and
/// environment variables. However, if the config path is set explicitly with this argument
/// and the file is not found, Iroha Client will exit with an error.
/// Supported extensions are `.json` and `.json5`. By default, Iroha Client looks for a
/// `config` file with one of the supported extensions in the current working directory.
/// If the default config file is not found, Iroha will rely on default values and environment
/// variables. However, if the config path is set explicitly with this argument and the file
/// is not found, Iroha Client will exit with an error.
#[arg(
short,
long,
Expand Down

0 comments on commit cc7fa52

Please sign in to comment.