Add recursion limit info to man and help

This commit is contained in:
ISSOtm
2019-08-31 17:34:54 +02:00
parent f9a04696f2
commit 3cc67c48cf
3 changed files with 6 additions and 3 deletions

View File

@@ -288,7 +288,8 @@ static void print_usage(void)
{
printf(
"usage: rgbasm [-EhLVvw] [-b chars] [-Dname[=value]] [-g chars] [-i path]\n"
" [-M dependfile] [-o outfile] [-p pad_value] file.asm\n");
" [-M dependfile] [-o outfile] [-p pad_value]\n"
" [-r recursion_depth] file.asm\n");
exit(1);
}