Skip to content

Commit

Permalink
fix: rephrase the description for --no-persist-id
Browse files Browse the repository at this point in the history
it currently says app-version ID but actually the app-id is stored. So
the description is misleading.
  • Loading branch information
ayys committed Dec 2, 2024
1 parent 5627f94 commit 0bb2f61
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 @@ -65,7 +65,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 0bb2f61

Please sign in to comment.