diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/next-message.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/next-message.go b/commands/next-message.go index 81725c0..8639973 100644 --- a/commands/next-message.go +++ b/commands/next-message.go @@ -15,7 +15,7 @@ func init() { } func nextPrevMessageUsage(cmd string) error { - return errors.New(fmt.Sprintf("Usage: %s [<n>[%]]", cmd)) + return errors.New(fmt.Sprintf("Usage: %s [<n>[%%]]", cmd)) } func NextPrevMessage(aerc *widgets.Aerc, args []string) error { |