'h|help' => sub { pod2usage(0) },
) or pod2usage(2);
+die "Requires --storage\n"
+ unless defined $storage_dir;
+
+die "Requires --config\n"
+ unless defined $config_file;
+
die "Requires --all or --group option\n"
unless $update_all or @update_groups;
Path to storage. Always required.
-=head2 -H <host>, --host <host>
+=head2 -c <file>, --config <file>
+
+Path to the configuration file.
+
+=head2 -a, --all
-Remote host gathering
+Fetch all groups.
-=head2 --allow-empty
+=head2 -g <group>, --group <group>
-Allow empty commits to storage.
+Fetch the specified group. Can be used multiple times.
=head2 -h, --help