mirror of
https://github.com/ThunixdotNet/makeuser.git
synced 2026-01-24 13:40:17 +00:00
Double quotes are no longer needed
This commit is contained in:
@@ -7,7 +7,7 @@ error_exit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo -e "usage: $PROGNAME [-h|--help] <username> <email> \"<pubkey>\""
|
echo -e "usage: $PROGNAME [-h|--help] <username> <email> <pubkey>"
|
||||||
}
|
}
|
||||||
|
|
||||||
sub_to_list() {
|
sub_to_list() {
|
||||||
|
|||||||
Reference in New Issue
Block a user