Skip to content

Commit

Permalink
Fix default value in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Nov 24, 2023
1 parent e733f5a commit 8dd3c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel_doc/git-changelog
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ parser.add_argument('-w', '--width', type=int, default=80,
'(default: 80)')
parser.add_argument('-l', '--level', type=int, default=1,
help='first heading level in Markdown format '
'(default: 0)')
'(default: 1)')
args = parser.parse_args()

if args.markdown:
Expand Down

0 comments on commit 8dd3c5b

Please sign in to comment.