diff --git a/lib/cli/src/commands/app/deploy.rs b/lib/cli/src/commands/app/deploy.rs index 15aea9ba164..fd8a51e2da0 100644 --- a/lib/cli/src/commands/app/deploy.rs +++ b/lib/cli/src/commands/app/deploy.rs @@ -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,