mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
man/help: avoid escaping of '-' with --help
This commit is contained in:
parent
e9433a9de9
commit
4046f9bd95
@ -1613,6 +1613,7 @@ static void _print_usage_description(struct command *cmd)
|
||||
if (!bi && desc[di] == ' ')
|
||||
continue;
|
||||
|
||||
if (desc[di] != '\\')
|
||||
buf[bi++] = desc[di];
|
||||
|
||||
if (bi == (MAX_LINE - 1))
|
||||
|
Loading…
Reference in New Issue
Block a user