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