diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/makepkg.sh.in | 2 | ||||
| -rw-r--r-- | scripts/pacman-db-upgrade.sh.in | 7 | ||||
| -rw-r--r-- | scripts/pkgdelta.sh.in | 11 | 
3 files changed, 14 insertions, 6 deletions
| diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index c1c09006..28e8e7a4 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2483,6 +2483,8 @@ m4_include(library/parseopts.sh)  usage() {  	printf "makepkg (pacman) %s\n" "$makepkg_version"  	echo +	printf -- "$(gettext "Make packages compatible for use with pacman")\n" +	echo  	printf -- "$(gettext "Usage: %s [options]")\n" "$0"  	echo  	printf -- "$(gettext "Options:")\n" diff --git a/scripts/pacman-db-upgrade.sh.in b/scripts/pacman-db-upgrade.sh.in index a1630c52..2b39538e 100644 --- a/scripts/pacman-db-upgrade.sh.in +++ b/scripts/pacman-db-upgrade.sh.in @@ -33,8 +33,11 @@ USE_COLOR='y'  m4_include(library/output_format.sh)  usage() { -	printf "pacman-db-upgrade (pacman) %s\n\n" "$myver" -	printf -- "$(gettext "Usage: %s [--nocolor] [pacman_db_root]")\n\n" "$0" +	printf "pacman-db-upgrade (pacman) %s\n" "${myver}" +	echo +	printf -- "$(gettext "Upgrade the local pacman database to a newer format")\n" +	echo +	printf -- "$(gettext "Usage: %s [--nocolor] [pacman_db_root]")\n" "$0"  }  version() { diff --git a/scripts/pkgdelta.sh.in b/scripts/pkgdelta.sh.in index 39046b87..cc1f9ac2 100644 --- a/scripts/pkgdelta.sh.in +++ b/scripts/pkgdelta.sh.in @@ -46,11 +46,14 @@ m4_include(library/output_format.sh)  # print usage instructions  usage() { -	printf "pkgdelta (pacman) %s\n\n" "$myver" +	printf "pkgdelta (pacman) %s\n" "${myver}" +	echo  	printf -- "$(gettext "Usage: pkgdelta [options] <package1> <package2>\n")" +	echo  	printf -- "$(gettext "\ -	pkgdelta will create a delta file between two packages.\n\ -This delta file can then be added to a database using repo-add.\n\n")" +pkgdelta will create a delta file between two packages.\n\ +This delta file can then be added to a database using repo-add.\n")" +	echo  	printf -- "$(gettext "Example:  pkgdelta pacman-3.0.0.pkg.tar.gz pacman-3.0.1.pkg.tar.gz")\n"  	echo  	printf -- "$(gettext "Options:\n")" @@ -61,7 +64,7 @@ This delta file can then be added to a database using repo-add.\n\n")"  }  version() { -	printf "pkgdelta (pacman) %s\n\n" "$myver" +	printf "pkgdelta (pacman) %s\n" "$myver"  	printf -- "$(gettext "\  Copyright (c) 2009 Xavier Chantry <shiningxc@gmail.com>.\n\n\  This is free software; see the source for copying conditions.\n\ | 
