Use a semicolon instead of ampersand for the linux example.
This commit is contained in:
parent
d5e51aa2ea
commit
7b7c74b15d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from voussoirkit import winwhich
|
||||||
FFMPEG_NOT_FOUND = '''
|
FFMPEG_NOT_FOUND = '''
|
||||||
ffmpeg or ffprobe not found.
|
ffmpeg or ffprobe not found.
|
||||||
Add them to your PATH or use symlinks such that they appear in:
|
Add them to your PATH or use symlinks such that they appear in:
|
||||||
Linux: which ffmpeg & which ffprobe
|
Linux: which ffmpeg ; which ffprobe
|
||||||
Windows: where ffmpeg & where ffprobe
|
Windows: where ffmpeg & where ffprobe
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue