Skip to content

Commit

Permalink
Made usage less noisy.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnos committed Jan 7, 2021
1 parent f725b2e commit 84c2564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.sh
Original file line number Diff line number Diff line change
@@ -3946,7 +3946,7 @@ apply() {
}

if [ -z "$1" ]; then
echo "Usage: $0 [-l|--list] [-i|--interactive] [-i2|--interactive2] [-r|--random] <theme>"
echo "Usage: $(basename "$0") [-l|--list] [-i|--interactive] [-i2|--interactive2] [-r|--random] <theme>"
exit
fi

0 comments on commit 84c2564

Please sign in to comment.