# HG changeset patch # User Paul Issott # Date 1445239472 -3600 # Node ID 8e696ea0016718dc545e8c3b30f8ad1a01328146 # Parent e54a3ba8cc252726d049acdeeb84ea4f17d46220 Tiny edits diff -r e54a3ba8cc25 -r 8e696ea00167 doc/tazpkg.en.html --- a/doc/tazpkg.en.html Sat Oct 10 14:52:10 2015 +0300 +++ b/doc/tazpkg.en.html Mon Oct 19 08:24:32 2015 +0100 @@ -334,7 +334,7 @@
  • list-undigest: list undigest mirrors
  • add-undigest: add an undigest mirror
  • remove-undigest: remove an undigest mirror
  • -
  • mkdb: make TazPkg database for folder with *.tazpkg packages
  • +
  • mkdb: make a TazPkg database for a folder with *.tazpkg packages
  • @@ -542,10 +542,10 @@ package. Option --nodeps allows you to install only a specified package without its dependencies.

    -

    When TazPkg installs package dependencies, it will prefer local packages (i.e. dependent packages -located in the same folder as installed package) over mirrored/cached with --local option. -It is useful when you want to install a lot of already downloaded packages with its dependencies -without the need of network connection.

    +

    When TazPkg installs package dependencies, it prefers local packages (i.e. dependent packages +located in the same folder as installed packages) over mirrored/cached packages with the --local option. +It is useful when you want to install a lot of already downloaded packages and their dependencies +without the need of a network connection.

    You can specify multiple packages on the command line or give tazpkg a list of the packages you want to install or use install-list command.

    @@ -989,11 +989,11 @@

    mkdb

    -

    Make TazPkg database for selected folder with *.tazpkg packages.

    +

    Make a TazPkg database for a selected folder with *.tazpkg packages.

    -

    Next files describing packages will be created inside selected folder: packages.info, +

    The following files describing packages will be created inside the selected folder: packages.info, packages.equiv, descriptions.txt, files.list.lzma, IDs. -Do nothing if database already exists; you can force database files rebuilding with +Do nothing if the database already exists; you can also force database files rebuilding with the --forced option.

    diff -r e54a3ba8cc25 -r 8e696ea00167 modules/help
    --- a/modules/help	Sat Oct 10 14:52:10 2015 +0300
    +++ b/modules/help	Mon Oct 19 08:24:32 2015 +0100
    @@ -72,7 +72,7 @@
          list-undigest		$(_ 'List undigest mirrors')
          add-undigest		$(_ 'Add an undigest mirror')
          remove-undigest	$(_ 'Remove an undigest mirror')
    -     mkdb				$(_ 'Make TazPkg database for folder with *.tazpkg packages')
    +     mkdb				$(_ 'Make a TazPkg database for a folder with *.tazpkg packages')
     ")
     EOT
     }