Skip to content

Commit 8d8113f

Browse files
authored
Update cmd/app/unlink.go
1 parent 3806607 commit 8d8113f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/app/unlink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
3939
Use: "unlink",
4040
Short: "Remove a linked app from the project",
4141
Long: strings.Join([]string{
42-
"Unlink a previously linked app from the project.",
42+
"Unlink removes an existing app from the project.",
4343
"",
4444
"This command removes a saved app ID from the files of a project without deleting",
4545
"the app from Slack.",

0 commit comments

Comments
 (0)