On 23/07/13 11:22, Jonathan Frazier wrote: > Signed-off-by: Jonathan Frazier <[email protected]> > --- > 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
