* Added Russian language translation. Thanks!

Вам Зачем <4rayven@gmail.com>
* Updated manpage to document --cachedir and --dbpath options.
This commit is contained in:
Dan McGee 2007-03-11 20:53:50 +00:00
parent 2f4c1fe647
commit f94506396f
3 changed files with 1094 additions and 6 deletions

View File

@ -68,6 +68,10 @@ general syntax is shown.
.SH OPTIONS
.TP
.B \-b, --dbpath \fIpath\fP
Specify an alternative database location (default is "/var/lib/pacman/"). This
should not be used unless you know what you are doing.
.TP
.B \-d, --nodeps
Skips all dependency checks. Normally, pacman will always check a package's
dependency fields to ensure that all dependencies are installed and there are
@ -80,16 +84,21 @@ option will cause all those files to be overwritten. This option should be
used with care, ideally not at all.
.TP
.B \-r, --root \fIpath\fP
Specify an alternative installation root (default is "/"). However, this should
\fInot\fP be used as a way to install software into /usr/local instead of /usr,
for example. This option should be used if you want to install a package on a
temporary mounted partition, which is "owned" by another system. By using this
option you not only specify where the software should be installed, but you
also specify which package database to use.
Specify an alternative installation root (default is "/"). This should
\fInot\fP be used as a way to install software into /usr/local instead of /usr.
This option is used if you want to install a package on a temporary mounted
partition which is "owned" by another system. By using this option you not only
specify where the software should be installed, but you also specify which
package database and cache location to use.
.TP
.B \-v, --verbose
Output more status messages, such as the Root and DBPath.
.TP
.B \--cachedir \fIdir\fP
Specify an alternative package cache location (default is
"/var/cache/pacman/pkg/"). This should not be used unless you know what you are
doing.
.TP
.B \--config \fIfilepath\fP
Specify an alternate configuration file.
.TP

View File

@ -5,3 +5,4 @@ hu
it
pt_BR
en_GB
ru_RU

1078
src/pacman/po/ru_RU.po Normal file

File diff suppressed because it is too large Load Diff