shithub: rgbds

Download patch

ref: 7fdc6cbcedf65d0aa832ccc15ce4c066de660f47
parent: 56115653efc7bebbe62b2f4e8cc5a4f1d2944fd5
author: ISSOtm <eldredhabert0@gmail.com>
date: Fri Apr 15 20:08:37 EDT 2022

Fix erroneous tabs in rgbgfx usage text

Thanks @GreenAndEievui!

--- a/src/gfx/main.cpp
+++ b/src/gfx/main.cpp
@@ -132,14 +132,14 @@
 static void printUsage(void) {
 	fputs("Usage: rgbgfx [-r stride] [-CmuVZ] [-v [-v ...]] [-a <attr_map> | -A]\n"
 	      "       [-b base_ids] [-c color_spec] [-d <depth>] [-L slice] [-N nb_tiles]\n"
-	      "	      [-n nb_pals] [-o <out_file>] [-p <pal_file> | -P] [-s nb_colors]\n"
-	      "	      [-t <tile_map> | -T] [-U unit_size] [-x <tiles>] <file>\n"
+	      "       [-n nb_pals] [-o <out_file>] [-p <pal_file> | -P] [-s nb_colors]\n"
+	      "       [-t <tile_map> | -T] [-U unit_size] [-x <tiles>] <file>\n"
 	      "Useful options:\n"
 	      "    -m, --mirror-tiles    optimize out mirrored tiles\n"
 	      "    -o, --output <path>   set the output binary file\n"
 	      "    -t, --tilemap <path>  set the output tilemap file\n"
 	      "    -u, --unique-tiles    optimize out identical tiles\n"
-	      "    -V, --version	     print RGBGFX version and exit\n"
+	      "    -V, --version         print RGBGFX version and exit\n"
 	      "\n"
 	      "For help, use `man rgbgfx' or go to https://rgbds.gbdev.io/docs/\n",
 	      stderr);