doc: stripspace: mention where the default comes from

Also quote `#` in line with the modern formatting convention.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Kristoffer Haugsbakk 2025-05-27 23:19:30 +02:00 committed by Junio C Hamano
parent 8613c2bb6c
commit e2de9b354f
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ OPTIONS
-------
-s::
--strip-comments::
Skip and remove all lines starting with a comment character (default '#').
Skip and remove all lines starting with a comment character
(`core.commentChar`, default `#`).

-c::
--comment-lines::