pacsize: Fix missing package with -s option

master
Pierre Neidhardt 2014-03-16 11:00:16 +01:00
parent fe5239d670
commit f1de6e29e1
1 changed files with 2 additions and 2 deletions

View File

@ -98,9 +98,9 @@ while getopts ":ahnstV" opt; do
usage "$0"
exit ;;
n)
opt_sort="sort -uk3" ;;
opt_sort="sort -k3" ;;
s)
opt_sort="sort -uh" ;;
opt_sort="sort -h" ;;
t)
opt_total="calc_total" ;;
V)