Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Improve --help switch output for pacman contrib and pacman scripts | Jason St. John | 2013-11-15 |
| | | | | | | | | | | | | | | | | | | | Unify the formatting of the --help switch for pacman utils, if it exists. All of the pacman utils will now output help text using the following format: util-name (pacman) v<pacman version> one line description of util's purpose Usage: util-name [options] -b, --bar whatever --bar does -f, --foo whatever --foo does -h, --help display this help message Reported-by: Karol Błażewicz <karol.blazewicz at gmail.com> Signed-off-by: Jason St. John <jstjohn@purdue.edu> | ||
* | contrib: remove executable bit from input files | Dave Reisner | 2012-04-30 |
| | | | | | | | | There's no reason to make these executable, and this also mimics what we do in the scripts/ subdir. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | contrib: rename bash scripts: .in -> .sh.in | Dave Reisner | 2012-04-24 |
For consistency with the scripts/ directory, ensure that all bash scripts use the same pre-build suffix. Signed-off-by: Dave Reisner <dreisner@archlinux.org> |