# HG changeset patch # User Paul Issott # Date 1398364368 -3600 # Node ID 2ad4f73dc27e73d3b1422bb0508752c0d6f9a28e # Parent f7895d0ccb5215c1d51fe2dca171255a27cbbc18 Tiny edits diff -r f7895d0ccb52 -r 2ad4f73dc27e spk-sql --- a/spk-sql Thu Apr 24 03:11:58 2014 +0200 +++ b/spk-sql Thu Apr 24 19:32:48 2014 +0100 @@ -1,7 +1,7 @@ #!/bin/sh # # Spk-sql - SliTaz packages DB the SQLite way. This is for testing -# SQLite speed to handle packages info. It may not be used to manage +# SQLite's speed to handle packages info. It may not be used to manage # OS system but for pkgs.slitaz.org search engine and arm.slitaz.org # # Copyright (C) 2014 SliTaz GNU/Linux - BSD License @@ -94,7 +94,7 @@ du -sh ${db} ;; list) - # Very fast listing ou fancy output: html, tcl, tabs, ... + # Very fast listing of fancy output: html, tcl, tabs, ... [ "$output" ] || output="list" sqlite3 ${db} << EOT .mode $output @@ -103,7 +103,7 @@ ;; gendb) - # Take long to build the +4300 pkgs DB! + # Takes long to build the +4300 pkgs DB! time=$(date +%s) echo "Initializing: $db --> $table" create_db