diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/msg/read.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/read.go b/commands/msg/read.go index 5dd02f8..8999627 100644 --- a/commands/msg/read.go +++ b/commands/msg/read.go @@ -33,7 +33,7 @@ func (_ Read) Execute(aerc *widgets.Aerc, args []string) error {  		return err  	}  	if optind != len(args) { -		return errors.New("Usage: " + args[0] + "[-t]") +		return errors.New("Usage: " + args[0] + " [-t]")  	}  	var toggle bool  | 
