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:
+1
-1
@@ -1451,7 +1451,7 @@ if __name__ == "__main__":
|
||||
action='store_true',
|
||||
help="Render data blocks.")
|
||||
parser.add_argument(
|
||||
'-N', '--no-header',
|
||||
'--no-header',
|
||||
action='store_true',
|
||||
help="Don't show the header.")
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user