Skip to content

Commit 7a41804

Browse files
Update commonFlags.md
While the code that gets the topic name of the command works when running --help, the code is shown literally in the CLI Reference. So I just hard-coded the command, which I think is fine.
1 parent cb8e46d commit 7a41804

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

messages/commonFlags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Username or alias for the org where DevOps Center is installed.
88

99
# flags.wait.description
1010

11-
If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run "<%= config.bin %> <%= command.id.split(' ').slice(0, -1).join(' ') %> report".
11+
If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
1212

1313
# flags.wait.summary
1414

0 commit comments

Comments
 (0)