diff options
Diffstat (limited to 'scripts/pkgdelta.sh.in')
-rw-r--r-- | scripts/pkgdelta.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index 41d399b0..ae0bfc38 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -52,9 +52,9 @@ This delta file can then be added to a database using repo-add.\n\n")" printf -- "$(gettext "Example: pkgdelta pacman-3.0.0.pkg.tar.gz pacman-3.0.1.pkg.tar.gz")\n" echo printf -- "$(gettext "Options:\n")" - printf -- " -q ""$(gettext "quiet\n")" - printf -- " --min-pkg-size ""$(gettext "minimal of package before deltas are generated (bytes)\n")" - printf -- " --max-delta-size ""$(gettext "percent of new package above which the delta will be discarded\n")" + printf -- "$(gettext " -q, --quiet minimize output\n")" + printf -- "$(gettext " --min-pkg-size minimum package size before deltas are generated (bytes)\n")" + printf -- "$(gettext " --max-delta-size percent of package size above which deltas will be discarded\n")" } version() { |