Skip to content

Commit 96e9d75

Browse files
committed
small fix in help screen
1 parent b290492 commit 96e9d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ func PrintHelp() {
417417
fmt.Fprintln(textView, "[::b] "+cmdPrefix+"add[::-] [user-id[] = Add user to group")
418418
fmt.Fprintln(textView, "[::b] "+cmdPrefix+"admin[::-] [user-id[] = Set admin role for user in group")
419419
fmt.Fprintln(textView, "[::b] "+cmdPrefix+"subject[::-] New Subject = Change subject of group")
420-
fmt.Fprintln(textView, "Use[::b]", config.Config.Keymap.CommandCopyuser, "[::-]to copy a selected user id)")
420+
fmt.Fprintln(textView, "Use[::b]", config.Config.Keymap.CommandCopyuser, "[::-]to copy a selected user id")
421421
fmt.Fprintln(textView, "")
422422
fmt.Fprintln(textView, "Configuration:")
423423
fmt.Fprintln(textView, " ->", config.GetConfigFilePath())

0 commit comments

Comments
 (0)