Double quotes are no longer needed

This commit is contained in:
Blade of Darkness 2021-08-18 23:07:12 +02:00
parent a705b5cdc3
commit 77642a9c1b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ error_exit() {
}
usage() {
echo -e "usage: $PROGNAME [-h|--help] <username> <email> \"<pubkey>\""
echo -e "usage: $PROGNAME [-h|--help] <username> <email> <pubkey>"
}
sub_to_list() {