git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commita1f810597a0b5f6289674e5b804249c5793d613b
parent620522b27f
authorSiddharth Dushantha <[email protected]>
date2020-02-08 13:52
okay, now all the indentations are fixed

 fontpreview | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fontpreview b/fontpreview
index 22c661a..0078471 100755
--- a/fontpreview
+++ b/fontpreview
@@ -17,7 +17,7 @@ FG_COLOR="#000000"
 PREVIEW_TEXT="ABCDEFGHIJKLM\nNOPQRSTUVWXYZ\nabcdefghijklm\nnopqrstuvwxyz\n1234567890\n!@$\%(){}[]"
 
 show_help() {
-	echo "usage: fontpreview [-h] [--size \"px\"] [--position \"+x+y\"] [--search-prompt SEARCH_PROMPT]"
+    echo "usage: fontpreview [-h] [--size \"px\"] [--position \"+x+y\"] [--search-prompt SEARCH_PROMPT]"
     echo "                   [--font-size \"FONT_SIZE\"] [--bg-color \"BG_COLOR\"] [--fg-color \"FG_COLOR\"]"
     echo "                   [--preview-text \"PREVIEW_TEXT\"] [--version]"
     echo " "