#!/bin/sh
set -e
echo Check output from mpegdemux --help
mpegdemux --help | grep "usage: mpegdemux"
