From db68a2612af0b005a4c8b4bcfa531010ad7e4f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20Wold=C5=99ich?= <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:10:01 +0200 Subject: [PATCH] fix(help): Release React command update `output-dir` help desc --- src/commands/codepush/release-react.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/codepush/release-react.ts b/src/commands/codepush/release-react.ts index 344714601..3d3549fd3 100644 --- a/src/commands/codepush/release-react.ts +++ b/src/commands/codepush/release-react.ts @@ -99,7 +99,7 @@ export default class CodePushReleaseReactCommand extends CodePushReleaseCommandB @hasArg public sourcemapOutputDir: string; - @help("Path to where the bundle and sourcemap should be written. If omitted, a bundle and sourcemap will not be written") + @help("Path to where the bundle should be written. If omitted, the bundle will not be saved on your machine") @shortName("o") @longName("output-dir") @hasArg