mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
pacdiff: clean up and reword --help
Clean up and reword --help get rid of all the echos to make it easier to read in source. Signed-off-by: Jonathan Frazier <eyeswide@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c4d8da4727
commit
bcde027091
@ -32,12 +32,22 @@ m4_include(../scripts/library/output_format.sh)
|
||||
m4_include(../scripts/library/term_colors.sh)
|
||||
|
||||
usage() {
|
||||
echo "$myname : a simple pacnew/pacorig/pacsave updater"
|
||||
echo "Usage : $myname [-l]"
|
||||
echo " -l/--locate makes $myname use locate rather than find"
|
||||
echo " DIFFPROG variable allows to override the default vimdiff"
|
||||
echo " DIFFSEARCHPATH allows to override the default /etc path"
|
||||
echo "Example : DIFFPROG=meld DIFFSEARCHPATH=\"/boot /etc /usr\" $myname"
|
||||
cat <<EOF
|
||||
$myname is a simple pacnew/pacorig/pacsave updater.
|
||||
|
||||
Usage: $myname [-l]
|
||||
|
||||
Options:
|
||||
-l/--locate scan using locate (default: find)
|
||||
|
||||
Enviroment Variables:
|
||||
DIFFPROG override the merge program: (default: vimdiff)
|
||||
DIFFSEARCHPATH override the search path. (only when using find)
|
||||
(default: /etc)
|
||||
|
||||
Example: DIFFPROG=meld DIFFSEARCHPATH="/boot /etc /usr" $myname
|
||||
|
||||
EOF
|
||||
}
|
||||
|
||||
version() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user