Fix erroneous tabs in rgbgfx usage text

Thanks @GreenAndEievui!
This commit is contained in:
ISSOtm
2022-04-16 00:08:37 +02:00
committed by Eldred Habert
parent 56115653ef
commit 7fdc6cbced

View File

@@ -132,14 +132,14 @@ static struct option const longopts[] = {
static void printUsage(void) { static void printUsage(void) {
fputs("Usage: rgbgfx [-r stride] [-CmuVZ] [-v [-v ...]] [-a <attr_map> | -A]\n" 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" " [-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" " [-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" " [-t <tile_map> | -T] [-U unit_size] [-x <tiles>] <file>\n"
"Useful options:\n" "Useful options:\n"
" -m, --mirror-tiles optimize out mirrored tiles\n" " -m, --mirror-tiles optimize out mirrored tiles\n"
" -o, --output <path> set the output binary file\n" " -o, --output <path> set the output binary file\n"
" -t, --tilemap <path> set the output tilemap file\n" " -t, --tilemap <path> set the output tilemap file\n"
" -u, --unique-tiles optimize out identical tiles\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" "\n"
"For help, use `man rgbgfx' or go to https://rgbds.gbdev.io/docs/\n", "For help, use `man rgbgfx' or go to https://rgbds.gbdev.io/docs/\n",
stderr); stderr);