From 7fdc6cbcedf65d0aa832ccc15ce4c066de660f47 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 16 Apr 2022 00:08:37 +0200 Subject: [PATCH] Fix erroneous tabs in rgbgfx usage text Thanks @GreenAndEievui! --- src/gfx/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gfx/main.cpp b/src/gfx/main.cpp index a54143f1..9e9014d0 100644 --- a/src/gfx/main.cpp +++ b/src/gfx/main.cpp @@ -132,14 +132,14 @@ static struct option const longopts[] = { static void printUsage(void) { fputs("Usage: rgbgfx [-r stride] [-CmuVZ] [-v [-v ...]] [-a | -A]\n" " [-b base_ids] [-c color_spec] [-d ] [-L slice] [-N nb_tiles]\n" - " [-n nb_pals] [-o ] [-p | -P] [-s nb_colors]\n" - " [-t | -T] [-U unit_size] [-x ] \n" + " [-n nb_pals] [-o ] [-p | -P] [-s nb_colors]\n" + " [-t | -T] [-U unit_size] [-x ] \n" "Useful options:\n" " -m, --mirror-tiles optimize out mirrored tiles\n" " -o, --output set the output binary file\n" " -t, --tilemap 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);