Use a semicolon instead of ampersand for the linux example.

master
voussoir 2021-10-18 14:09:31 -07:00
parent d5e51aa2ea
commit 7b7c74b15d
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 1 deletions

View File

@ -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
''' '''