spk rev 141

Tiny edits
author Paul Issott <paul@slitaz.org>
date Sat Apr 05 08:23:59 2014 +0100 (2014-04-05)
parents 4f34d6addbf3
children aeb1c73f12f3
files README doc/spk.en.html spk
line diff
     1.1 --- a/README	Sat Apr 05 05:01:56 2014 +0200
     1.2 +++ b/README	Sat Apr 05 08:23:59 2014 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  
     1.5  	* spk-ls     : List packages and packages files
     1.6  	* spk-add    : Install local or online pkgs
     1.7 -	* spk-rm     : Remove packages with confirm in option
     1.8 +	* spk-rm     : Remove packages with confirming option
     1.9  	* spk-up     : Upgrade the whole system
    1.10  	* spk-search : Search for packages or files
    1.11  	* spk-mirror : Manage official and extra mirrors
     2.1 --- a/doc/spk.en.html	Sat Apr 05 05:01:56 2014 +0200
     2.2 +++ b/doc/spk.en.html	Sat Apr 05 08:23:59 2014 +0100
     2.3 @@ -20,7 +20,8 @@
     2.4  <p>
     2.5  	Small alternative to TazPKG. Spk consists of small separate programs
     2.6  	for easier code maintainance and uses a shared library. Spk can handle
     2.7 -	multiple packages on a cmdline as well as managing your own mirror.
     2.8 +	multiple packages on a cmdline as well as the ability to manage your 
     2.9 +	own mirror.
    2.10  </p>
    2.11  
    2.12  <h3>Usage</h3>
    2.13 @@ -63,8 +64,8 @@
    2.14  
    2.15  <h3>Packages update</h3>
    2.16  <p>
    2.17 -	To get the last list of packages and update your system you have
    2.18 -	to use 'spk-up'. Before installing anything Spk will ask confirmation.
    2.19 +	To get the last list of packages and to update your system you have
    2.20 +	to use 'spk-up'. Before installing anything Spk will ask for confirmation.
    2.21  	Spk lets you upgrade the full system at once (skipping blocked packages)
    2.22  	or you can also upgrade packages individually:
    2.23  </p>
     3.1 --- a/spk	Sat Apr 05 05:01:56 2014 +0200
     3.2 +++ b/spk	Sat Apr 05 08:23:59 2014 +0100
     3.3 @@ -28,7 +28,7 @@
     3.4    info        $(gettext "Display path, mirror and other stats")
     3.5    activity    $(gettext "Display packages activities")
     3.6    clean       $(gettext "Clean cache and temporary files")
     3.7 -  reconf      $(gettext "Reconfigure an installed packages")
     3.8 +  reconf      $(gettext "Reconfigure installed packages")
     3.9  
    3.10  $(boldify $(gettext "Options:"))
    3.11    --add       $(gettext "Install packages if mirrored")