#!/bin/sh

cat <<BANNER
----------------------------------------------------------------------

Angie configuration synchronization script has been installed.
To enable this functionality, configure /etc/angiehasync/angiehasync.conf properly.
Please, note that the Angie should be installed and run on host.

USAGE:

% angiehasync [options]

  options:
    -c PATH_TO, --config=PATH_TO        use the custom config file, default: '/etc/angiehasync/angiehasync.conf'
    -D,         --dryrun                run in dry-run mode (use this option with -S, --sync)
    -d,         --diff                  enable diff output with remote hosts
    -h,         --help                  show this help message
    -n NODE_TO, --node=NODE_TO          use to sync specified node(s)
    -S,         --sync                  perform synchronization
    --debug                             enable debug

----------------------------------------------------------------------
BANNER

exit 0
