Skip to content

Commit

Permalink
Rename appId to app-id cli option.
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Apr 1, 2024
1 parent 74fbeb8 commit 1ee54e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ avail_secret_seed_phrase = "bottom drive obey lake curtain smoke basket hold rac
- `local`: Local development
- `--config`: Location of the configuration file
- `--identity`: Location of the identity file
- `--appId`: The `appID` parameter for the application client
- `--app-id`: The `appID` parameter for the application client
- `--port`: LibP2P listener port
- `--verbosity`: Log level. Possible values are:
- `trace`
Expand Down
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub struct CliOpts {
#[arg(short, long, value_name = "FILE", default_value = "identity.toml")]
pub identity: String,
/// AppID for application client
#[arg(long, value_name = "appId")]
#[arg(long, value_name = "app-id")]
pub app_id: Option<u32>,
/// Testnet or devnet selection
#[arg(short, long, value_name = "network")]
Expand Down

0 comments on commit 1ee54e1

Please sign in to comment.