# HG changeset patch # User Paul Issott # Date 1396682639 -3600 # Node ID 1ab690b993b4529408f6069268c0babf8d09807e # Parent 4f34d6addbf3fbe42ea3b45db529ff99237be601 Tiny edits diff -r 4f34d6addbf3 -r 1ab690b993b4 README --- a/README Sat Apr 05 05:01:56 2014 +0200 +++ b/README Sat Apr 05 08:23:59 2014 +0100 @@ -21,7 +21,7 @@ * spk-ls : List packages and packages files * spk-add : Install local or online pkgs - * spk-rm : Remove packages with confirm in option + * spk-rm : Remove packages with confirming option * spk-up : Upgrade the whole system * spk-search : Search for packages or files * spk-mirror : Manage official and extra mirrors diff -r 4f34d6addbf3 -r 1ab690b993b4 doc/spk.en.html --- a/doc/spk.en.html Sat Apr 05 05:01:56 2014 +0200 +++ b/doc/spk.en.html Sat Apr 05 08:23:59 2014 +0100 @@ -20,7 +20,8 @@

Small alternative to TazPKG. Spk consists of small separate programs for easier code maintainance and uses a shared library. Spk can handle - multiple packages on a cmdline as well as managing your own mirror. + multiple packages on a cmdline as well as the ability to manage your + own mirror.

Usage

@@ -63,8 +64,8 @@

Packages update

- To get the last list of packages and update your system you have - to use 'spk-up'. Before installing anything Spk will ask confirmation. + To get the last list of packages and to update your system you have + to use 'spk-up'. Before installing anything Spk will ask for confirmation. Spk lets you upgrade the full system at once (skipping blocked packages) or you can also upgrade packages individually:

diff -r 4f34d6addbf3 -r 1ab690b993b4 spk --- a/spk Sat Apr 05 05:01:56 2014 +0200 +++ b/spk Sat Apr 05 08:23:59 2014 +0100 @@ -28,7 +28,7 @@ info $(gettext "Display path, mirror and other stats") activity $(gettext "Display packages activities") clean $(gettext "Clean cache and temporary files") - reconf $(gettext "Reconfigure an installed packages") + reconf $(gettext "Reconfigure installed packages") $(boldify $(gettext "Options:")) --add $(gettext "Install packages if mirrored")