NAME
  update-grr-client-templates - downloader for GRR client templates

SYNOPSIS
  update-grr-client-templates [--destdir=DIR]
             [--baseurl=URL] [--workdir=DIR]]

DESCRIPTION
  This program downloads and installs binary components from which
  Linux, Windows, and MacOSX client installers are built. Those
  components are distributed under an Open Source liscense but they
  cannot currently be cross-built from source on a Linux system.

OPTIONS
  -d, --destdir     Set base download directory
                    (default: /usr/share/grr-server)

  -u, --baseurl     Set Base URL for git repository
                    (default: https://raw.githubusercontent.com/google/grr/v3.1.0.2)

  -w, --workdir     Set working directory. The default is a temporary
                    directory which is removed after exit.

  -h, --help        Short help texta

AUTHOR
  Hilko Bengen <bengen@debian.org>
