#! /bin/sh
# Wrap Zile for help2man
# Add two spaces before options so they will be processed properly.

echo foo builddir $builddir
if test "$1" = "--help"; then
  $builddir/zile $1 | sed 's/^\([-+F]\)/  \1/'
else
  $builddir/zile $1
fi