@@ 34,7 34,7 @@ func usage() {
pflag.PrintDefaults()
fmt.Fprintf(os.Stderr, "Command list\n")
fmt.Fprintf(os.Stderr, " credits Prints the remaining credits for this account\n")
- fmt.Fprintf(os.Stderr, " qr Display's the client's public key in Threema-compatible QR-form (E2E only). Requires qrencode to be installed.\n")
+ fmt.Fprintf(os.Stderr, " qr Displays the client's public key in Threema-compatible QR-form (E2E only). Requires qrencode to be installed.\n")
fmt.Fprintf(os.Stderr, " lookup <recipient> Looks up recipient's Threema ID\n")
fmt.Fprintf(os.Stderr, " send <recipient> Reads a message from stdin and sends it to <recipient>\n")
fmt.Fprintf(os.Stderr, "By default the recipient is addressed using his Threema ID, this can be controlled using the -p and -e flags.\n")