diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/quit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/quit.go b/commands/quit.go index aa996422..e17200ef 100644 --- a/commands/quit.go +++ b/commands/quit.go @@ -19,7 +19,7 @@ func (Quit) Context() CommandContext { } func (Quit) Aliases() []string { - return []string{"quit", "exit"} + return []string{"quit", "q", "exit"} } type ErrorExit int |