Skip to content

Commit 0444adf

Browse files
srtaalejzimeg
andauthored
Update cmd/app/unlink.go
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 7dfc567 commit 0444adf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cmd/app/unlink.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ func NewUnlinkCommand(clients *shared.ClientFactory) *cobra.Command {
3636
cmd := &cobra.Command{
3737
Use: "unlink",
3838
Short: "Remove a linked app from the project",
39-
Long: "Unlink a previously linked app from the project",
39+
Long: strings.Join([]string{
40+
"Unlink a previously linked app from the project.",
41+
"",
42+
"This command removes a saved app ID from the files of a project without deleting",
43+
"the app from Slack.",
44+
}, "\n"),
4045
Example: style.ExampleCommandsf([]style.ExampleCommand{
4146
{
4247
Meaning: "Remove an existing app from the project",

0 commit comments

Comments
 (0)