spk rev 155
Tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Fri Apr 25 18:41:41 2014 +0100 (2014-04-25) |
parents | c7ff3415e01c |
children | e6c5f54a2a02 |
files | doc/spk.en.html spk-add |
line diff
1.1 --- a/doc/spk.en.html Fri Apr 25 04:26:40 2014 +0200 1.2 +++ b/doc/spk.en.html Fri Apr 25 18:41:41 2014 +0100 1.3 @@ -18,19 +18,19 @@ 1.4 <h2>SliTaz Packages Toolset</h2> 1.5 1.6 <p> 1.7 - SliTaz packages management new generation, fast, clen and unbloated. 1.8 - Spk consists of small separate programs for easier code maintainance 1.9 + SliTaz packages management new generation, fast, clean and unbloated. 1.10 + Spk consists of small separate programs for easier code maintenance 1.11 and uses a shared library. Spk can handle multiple packages on a 1.12 cmdline as well as the ability to manage your own mirror. 1.13 </p> 1.14 1.15 <h3>Graphical user interface</h3> 1.16 <p> 1.17 - The Spk toolkit provide a Ncurses dialog interface for all basic tasks. 1.18 + The Spk toolkit provides an Ncurses dialog interface for all basic tasks. 1.19 You must use the up-down arrow and ENTER to activate a button or you 1.20 can use your mouse to select menu items and press on the buttons. 1.21 Spk-dialog can be found in the desktop menu under "System Tools" and 1.22 - can be run un the Linux framebuffer or a X terminal. 1.23 + can be run in the Linux framebuffer or an X terminal. 1.24 </p> 1.25 1.26 <!-- Cmdline usage -->
2.1 --- a/spk-add Fri Apr 25 04:26:40 2014 +0200 2.2 +++ b/spk-add Fri Apr 25 18:41:41 2014 +0100 2.3 @@ -25,7 +25,7 @@ 2.4 --forced $(gettext "Force package reinstallation") 2.5 --root= $(gettext "Set the root file system path") 2.6 --nodeps $(gettext "Don't resolve packages dependencies") 2.7 - --newconf $(gettext "Don't keep installed configs files") 2.8 + --newconf $(gettext "Don't keep installed config files") 2.9 --debug $(gettext "Display some useful debug information") 2.10 2.11 $(boldify $(gettext "Examples:")) 2.12 @@ -192,8 +192,8 @@ 2.13 pre_install $root 2.14 fi 2.15 2.16 - # Handle Config Files set in receipt. Keep system confgs: they can 2.17 - # be mofified/customized by users, slitaz-config, etc. 2.18 + # Handle Config Files set in receipt. Keep system configs: they can 2.19 + # be modified/customized by users, slitaz-config, etc. 2.20 if [ "$CONFIG_FILES" ] && [ ! "$newconf" ]; then 2.21 gettext "Keeping configuration files..." 2.22 for file in ${CONFIG_FILES}; do