scripts: Dropped -N shortform for --no-header

--no-header doesn't really deserve a shortform, and this risks conflicts
with -N/--notes in the future, not to mention any other number of flags
that can start with --no-*.
This commit is contained in:
Christopher Haster
2025-03-14 01:10:44 -05:00
parent 0dbd1561ae
commit 9781055d8c
6 changed files with 6 additions and 6 deletions

View File

@@ -982,7 +982,7 @@ if __name__ == "__main__":
type=lambda x: int(x, 0),
help="Height in pixels. Defaults to %r." % HEIGHT)
parser.add_argument(
'-N', '--no-header',
'--no-header',
action='store_true',
help="Don't show the header.")
parser.add_argument(