diff --git a/docs/balena-cli.md b/docs/balena-cli.md index 370329f5..3711bd46 100644 --- a/docs/balena-cli.md +++ b/docs/balena-cli.md @@ -2788,7 +2788,7 @@ used (usually $HOME/.balena/secrets.yml|.json) Don't run a live session on this push. The filesystem will not be monitored, and changes will not be synchronized to any running containers. Note that both -this flag and --detached and required to cause the process to end once the +this flag and --detached are required to cause the process to end once the initial build has completed. #### -d, --detached diff --git a/lib/commands/push.ts b/lib/commands/push.ts index ef673432..f7f8a8d6 100644 --- a/lib/commands/push.ts +++ b/lib/commands/push.ts @@ -178,7 +178,7 @@ export default class PushCmd extends Command { description: stripIndent` Don't run a live session on this push. The filesystem will not be monitored, and changes will not be synchronized to any running containers. Note that both - this flag and --detached and required to cause the process to end once the + this flag and --detached are required to cause the process to end once the initial build has completed.`, default: false, }),