Skip to content

Commit 5c36aea

Browse files
azchohfiCopilot
andcommitted
Clarify --appId help text for the CI single-app auto-select case
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 00c29930-8fdc-4c0c-80cc-d45ed0a5d077
1 parent 255e14c commit 5c36aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MSStore.CLI/Commands/InitCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bool IsUri()
8181

8282
AppIdOption = new Option<string>("--appId", "-id")
8383
{
84-
Description = "Specifies the Application Id to configure the project with. If not provided, the application will be selected interactively, which is not possible on CI/CD environments."
84+
Description = "Specifies the Application Id to configure the project with. If not provided, the application is selected interactively, which is not possible on CI/CD environments, unless the account has a single application."
8585
};
8686

8787
PackageOption = new Option<bool>("--package")

0 commit comments

Comments
 (0)