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
6
spkg
6
spkg
|
@ -89,11 +89,11 @@ case "${1}" in
|
|||
dblocal "${5}" ;;
|
||||
query)
|
||||
dbquery "${5}" ;;
|
||||
esac;;
|
||||
list)
|
||||
dblist ;;
|
||||
esac;;
|
||||
esac ;;
|
||||
esac ;;
|
||||
list)
|
||||
dblist ;;
|
||||
update)
|
||||
update "${2}" ;;
|
||||
--help)
|
||||
|
|
Loading…
Reference in a new issue