Too much lines for something that just lists packages
This commit is contained in:
parent
2497f084c6
commit
0e5c0de66a
1 changed files with 3 additions and 3 deletions
4
spkg
4
spkg
|
@ -90,10 +90,10 @@ case "${1}" in
|
||||||
query)
|
query)
|
||||||
dbquery "${5}" ;;
|
dbquery "${5}" ;;
|
||||||
esac;;
|
esac;;
|
||||||
|
esac ;;
|
||||||
|
esac ;;
|
||||||
list)
|
list)
|
||||||
dblist ;;
|
dblist ;;
|
||||||
esac ;;
|
|
||||||
esac ;;
|
|
||||||
update)
|
update)
|
||||||
update "${2}" ;;
|
update "${2}" ;;
|
||||||
--help)
|
--help)
|
||||||
|
|
Loading…
Reference in a new issue