Fixed usage

This commit is contained in:
Biel Sala 2021-06-22 23:41:11 +02:00
parent a418d7b837
commit 429e295bab
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
printUsage() {
echo "Usage: autoconfig <distro name> <separator>"
printf "Distros:\n%s\n" "$(/bin/ls -1 logos | cut -d"." -f1 | tr " " "\n")"
printf "Separators: Use any character (wayfetch only includes a space *after* the separator not before)"
echo "Separators: Use any character (wayfetch only includes a space *after* the separator not before)"
}
configDistro() {