Skip to content

Commit

Permalink
chore(W-17857872): update help text for logs command
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwilaby committed Feb 19, 2025
1 parent 01c9b33 commit ff49e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/logs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class Logs extends Command {
tail: flags.boolean({
char: 't',
default: false,
description: 'continually stream logs (defaults to true for Fir generation apps)',
description: 'continually stream logs (always enabled for Fir-generation apps)',
}),
'process-type': flags.string({
char: 'p',
Expand Down

0 comments on commit ff49e23

Please sign in to comment.