Skip to content

Commit 31337c0

Browse files
committed
clarify dependency in description
1 parent 7468a22 commit 31337c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/app/src/cli/flags.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ export const bulkOperationFlags = {
6868
env: 'SHOPIFY_FLAG_WATCH',
6969
}),
7070
'output-file': Flags.string({
71-
description: 'The file path where results should be written. If not specified, results will be written to STDOUT.',
71+
description:
72+
'The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT.',
7273
env: 'SHOPIFY_FLAG_OUTPUT_FILE',
7374
dependsOn: ['watch'],
7475
}),

packages/cli/oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"dependsOn": [
129129
"watch"
130130
],
131-
"description": "The file path where results should be written. If not specified, results will be written to STDOUT.",
131+
"description": "The file path where results should be written if --watch is specified. If not specified, results will be written to STDOUT.",
132132
"env": "SHOPIFY_FLAG_OUTPUT_FILE",
133133
"hasDynamicHelp": false,
134134
"multiple": false,

0 commit comments

Comments
 (0)