fix volflag syntax in examples

This commit is contained in:
ed 2021-08-06 00:50:29 +02:00
parent 9db617ed5a
commit 7d290f6b8f
2 changed files with 8 additions and 8 deletions

View file

@ -124,7 +124,7 @@ def tc1():
arg = "{}:{}:{}".format(pd, ud, p, hp)
if hp:
arg += ":chist=" + hp
arg += ":c,hist=" + hp
args += ["-v", arg]