Skip to content

Commit

Permalink
Merge pull request #5277 from wasmerio/rephrase-no-persist-id-flag-de…
Browse files Browse the repository at this point in the history
…scription

Rephrase the description for `--no-persist-id`
  • Loading branch information
syrusakbary authored Dec 10, 2024
2 parents 68e81dd + 0bb2f61 commit 28bb55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/app/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub struct CmdAppDeploy {
#[clap(long)]
pub no_default: bool,

/// Do not persist the app version ID in the app.yaml.
/// Do not persist the app ID under `app_id` field in app.yaml.
#[clap(long)]
pub no_persist_id: bool,

Expand Down

0 comments on commit 28bb55c

Please sign in to comment.