mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
TOOLS/zsh.pl: escape all colons in option descriptions
This commit is contained in:
committed by
Alessandro Ghedini
parent
4d9ce2993f
commit
fd09578f0f
@@ -112,7 +112,7 @@ sub parse_opts {
|
||||
|
||||
if (defined $2) {
|
||||
my $desc = $2;
|
||||
$desc =~ s/\:/\\:/;
|
||||
$desc =~ s/\:/\\:/g;
|
||||
|
||||
$entry .= $desc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user