diff --git a/optipdf b/optipdf index 64bfc55..8320ddb 100755 --- a/optipdf +++ b/optipdf @@ -1,6 +1,41 @@ #!/bin/bash # vi: et sts=4 sw=4 ts=4 +USAGE() { + printf 'Usage: %s [OPTIONS] [--] FILE...\n' \ + "${0##*/}" +} + +HELP_MESSAGE() { + USAGE + cat <