Sync usage lines.

This commit is contained in:
Anthony J. Bentley
2015-02-25 02:16:41 -07:00
parent 261503c7c8
commit bbf24916e6
4 changed files with 5 additions and 7 deletions

View File

@@ -211,7 +211,7 @@ static void
usage(void)
{
printf(
"Usage: rgbasm [-v] [-h] [-b chars] [-g chars] [-i path] [-o outfile]\n"
"Usage: rgbasm [-hv] [-b chars] [-g chars] [-i path] [-o outfile]\n"
" [-p pad_value] file.asm\n");
exit(1);
}