We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b35d1a commit e0bfd0dCopy full SHA for e0bfd0d
1 file changed
cmd/app/unlink.go
@@ -35,7 +35,7 @@ var unlinkAppSelectPromptFunc = prompts.AppSelectPrompt
35
func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
36
cmd := &cobra.Command{
37
Use: "unlink",
38
- Short: "Remove linked app from the project",
+ Short: "Remove a linked app from the project",
39
Long: "Unlink a previously linked app from the project",
40
Example: style.ExampleCommandsf([]style.ExampleCommand{
41
{
0 commit comments