Fix usage message for :next-message
This commit is contained in:
parent
f47a927ab6
commit
db2146bc91
|
@ -15,7 +15,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func nextPrevMessageUsage(cmd string) error {
|
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 {
|
func NextPrevMessage(aerc *widgets.Aerc, args []string) error {
|
||||||
|
|
Loading…
Reference in New Issue