diff --git a/etiquette/constants.py b/etiquette/constants.py index 10d300c..25eab85 100644 --- a/etiquette/constants.py +++ b/etiquette/constants.py @@ -14,7 +14,7 @@ from voussoirkit import winwhich FFMPEG_NOT_FOUND = ''' ffmpeg or ffprobe not found. 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 '''