X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csRadar.c;h=955a7902dd649885e77add47786045b7af6142cb;hp=f79fa3b8ef3902113ae975e40bf032204542112f;hb=7033ae666b8bd2998864670d08108efa177ad8f4;hpb=0ee9d77f45e007b119de2d44feef81516aaddaaf diff --git a/csRadar.c b/csRadar.c index f79fa3b..955a790 100644 --- a/csRadar.c +++ b/csRadar.c @@ -120,13 +120,11 @@ int main( int argc, char *argv[] ) "Options:\n" " -g Required if you are loading models\n" " -r 1024 Output resolution\n" - " -o Specify output name/path\n" + " -o Specify output name/path (no extension, dir must exist)\n" " -e Same as default arg, but instead filters for entity class\n" - //" -s Add a vertical split at this height\n" " --padding=128 When cropping radar, add padding units to border\n" - //" --standard-layers Use standard TAR layers/groups\n" " --no-txt Don't create matching radar txt\n" - " --multi-sample=RGSS [ none, 2x, rgss, 8r ]\n" + " --multi-sample=rgss [ none, 2x, rgss, 8r ]\n" " --extension=TAR Use an extension binary instead\n" " --min=z Miniumum height to render\n" " --max=z Maxiumum height to render\n"