[pacman-dev] [PATCH v2 7/9] pacdiff: make pacmandb search the default type.
Allan McRae
allan at archlinux.org
Tue Jul 23 02:26:46 EDT 2013
On 23/07/13 11:22, Jonathan Frazier wrote:
> Signed-off-by: Jonathan Frazier <eyeswide at gmail.com>
> ---
> contrib/pacdiff.sh.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/contrib/pacdiff.sh.in b/contrib/pacdiff.sh.in
> index 8f1a0e7..e76ad4b 100644
> --- a/contrib/pacdiff.sh.in
> +++ b/contrib/pacdiff.sh.in
> @@ -113,7 +113,7 @@ done
> m4_include(../scripts/library/term_colors.sh)
>
> case $(( FIND+LOCATE+PACDB )) in
> - 0) FIND=1;; # set the default search option
> + 0) PACDB=1;; # set the default search option
> [^1]) error "Only one search option may be used at a time"
> usage; exit 1;;
> esac
>
You did not update the --help output to reflect this. Done on my
working branch.
Allan
More information about the pacman-dev
mailing list