summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
committerDan McGee <dan@archlinux.org>2007-03-19 03:45:00 +0100
commitcf6f184243a230b8f0b775269ced06a239827bd1 (patch)
tree22ea9593c4f065f8fbb59dc93c1b162d37beb959
parentbf1885b1e02671b56db9514036ada81098380c88 (diff)
downloadpacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.gz
pacman-cf6f184243a230b8f0b775269ced06a239827bd1.tar.xz
* Updated Italian translation
Giovanni Scafora <linuxmania@gmail.com> * Many minor issues mentioned by Scott Horowitz <stonecrest@gmail.com>. - extra 'done' text in --noprogressbar output - missing flags in the pacman.8 manpage - unclear text in --noconfirm help description
-rw-r--r--doc/pacman.813
-rw-r--r--src/pacman/pacman.c2
-rw-r--r--src/pacman/po/de.po2
-rw-r--r--src/pacman/po/en_GB.po4
-rw-r--r--src/pacman/po/fr.po2
-rw-r--r--src/pacman/po/hu.po2
-rw-r--r--src/pacman/po/it.po14
-rw-r--r--src/pacman/trans.c3
8 files changed, 26 insertions, 16 deletions
diff --git a/doc/pacman.8 b/doc/pacman.8
index 4bb9e943..66b91bde 100644
--- a/doc/pacman.8
+++ b/doc/pacman.8
@@ -68,6 +68,11 @@ general syntax is shown.
.SH OPTIONS
.TP
+.B \--ask \fInumber\fP
+Pre-specify answers to questions. It is doubtful whether this option even
+works, so I would not recommend using it. TODO: document this more, as I have
+no idea how it works or when you would use it, or if we should just dump it.
+.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.
@@ -109,9 +114,17 @@ unless you want to run pacman from a script.
.B \--noprogressbar
Do not show a progress bar when downloading files. This can be useful for
scripts that call pacman and capture the output.
+.TP
+.B \--noscriptlet
+If an install scriptlet exists, do not execute it. Do not use this unless you
+know what you are doing.
.SH QUERY OPTIONS
.TP
+.B \-c, --changelog
+View the ChangeLog of a package. Not every package will provide one but it
+will be shown if available.
+.TP
.B \-e, --orphans
List all packages that were pulled in by a previously installed package but no
longer required by any installed package.
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 8d32c698..358b560a 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -151,7 +151,7 @@ static void usage(int op, char *myname)
printf(_(" --ignore <pkg> ignore a package upgrade (can be used more than once)\n"));
}
printf(_(" --config <path> set an alternate configuration file\n"));
- printf(_(" --noconfirm do not ask for anything confirmation\n"));
+ printf(_(" --noconfirm do not ask for any confirmation\n"));
printf(_(" --ask <number> pre-specify answers for questions (see manpage)\n"));
printf(_(" --noprogressbar do not show a progress bar when downloading files\n"));
printf(_(" --noscriptlet do not execute the install scriptlet if there is any\n"));
diff --git a/src/pacman/po/de.po b/src/pacman/po/de.po
index 2f0dd6c0..37c194f8 100644
--- a/src/pacman/po/de.po
+++ b/src/pacman/po/de.po
@@ -556,7 +556,7 @@ msgstr " --config <Pfad> Setzt eine alternative Konfigurationsdatei\n"
#: src/pacman/pacman.c:153
#, c-format
-msgid " --noconfirm do not ask for anything confirmation\n"
+msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm Niemals nach einer Bestätigung fragen\n"
#: src/pacman/pacman.c:154
diff --git a/src/pacman/po/en_GB.po b/src/pacman/po/en_GB.po
index 2f58b703..8a54b26a 100644
--- a/src/pacman/po/en_GB.po
+++ b/src/pacman/po/en_GB.po
@@ -563,8 +563,8 @@ msgstr " --config <path> set an alternate configuration file\n"
#: src/pacman/pacman.c:153
#, c-format
-msgid " --noconfirm do not ask for anything confirmation\n"
-msgstr " --noconfirm do not ask for anything confirmation\n"
+msgid " --noconfirm do not ask for any confirmation\n"
+msgstr " --noconfirm do not ask for any confirmation\n"
#: src/pacman/pacman.c:154
#, c-format
diff --git a/src/pacman/po/fr.po b/src/pacman/po/fr.po
index e6c36375..2c9cc339 100644
--- a/src/pacman/po/fr.po
+++ b/src/pacman/po/fr.po
@@ -572,7 +572,7 @@ msgstr " --config <path> défini un fichier de configuration alternatif\n"
#: src/pacman/pacman.c:153
#, fuzzy, c-format
-msgid " --noconfirm do not ask for anything confirmation\n"
+msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm ne demande aucune confirmation\n"
#: src/pacman/pacman.c:154
diff --git a/src/pacman/po/hu.po b/src/pacman/po/hu.po
index 14a5686c..8f53820d 100644
--- a/src/pacman/po/hu.po
+++ b/src/pacman/po/hu.po
@@ -553,7 +553,7 @@ msgstr " --config <útv.> alternatív konfigurációs fájl használata\n"
#: src/pacman/pacman.c:153
#, c-format
-msgid " --noconfirm do not ask for anything confirmation\n"
+msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm ne kérjen soha megerősítést\n"
#: src/pacman/pacman.c:154
diff --git a/src/pacman/po/it.po b/src/pacman/po/it.po
index d347931c..28c18d24 100644
--- a/src/pacman/po/it.po
+++ b/src/pacman/po/it.po
@@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Pacman package manager 3.0.0\n"
"Report-Msgid-Bugs-To: pacman-dev@archlinux.org\n"
-"POT-Creation-Date: 2007-03-19 00:46+0100\n"
-"PO-Revision-Date: 2007-03-19 01:00+0100\n"
+"POT-Creation-Date: 2007-03-19 02:42+0100\n"
+"PO-Revision-Date: 2007-03-19 03:30+0100\n"
"Last-Translator: Giovanni Scafora <linuxmania@gmail.com>\n"
"Language-Team: Arch Linux Italian Team <linuxmania@gmail.com>\n"
"MIME-Version: 1.0\n"
@@ -383,7 +383,7 @@ msgstr "uso: %s {-R --remove} [opzioni] <pacchetto>\n"
msgid ""
" -c, --cascade remove packages and all packages that depend on them\n"
msgstr ""
-" -c, --cascade rimuove i pacchetti e quelli che dipendono da questi\n"
+" -c, --cascade rimuove tutte le dipendenze a cascata\n"
#: src/pacman/pacman.c:110
#, c-format
@@ -402,7 +402,7 @@ msgstr " -n, --nosave rimuove anche i file di configurazione\n"
#, c-format
msgid ""
" -s, --recursive remove dependencies also (that won't break packages)\n"
-msgstr " -s, --recursive rimuove anche le dipendenze (non richieste)\n"
+msgstr " -s, --recursive rimuove anche le dipendenze (non richieste altrove)\n"
#: src/pacman/pacman.c:115
#, c-format
@@ -515,7 +515,7 @@ msgstr " -e, --dependsonly installa solo le dipendenze\n"
#: src/pacman/pacman.c:145
#, c-format
msgid " -l. --list <repo> view a list of packages in a repo\n"
-msgstr " -l, --list <repo> visualizza la lista dei pacchetti di un repo\n"
+msgstr " -l, --list <repo> visualizza la lista dei pacchetti di un repository\n"
#: src/pacman/pacman.c:146
#, c-format
@@ -569,14 +569,14 @@ msgstr " --config <path> imposta un file di configurazione alternativo\n"
#: src/pacman/pacman.c:154
#, c-format
-msgid " --noconfirm do not ask for anything confirmation\n"
+msgid " --noconfirm do not ask for any confirmation\n"
msgstr " --noconfirm non chiede alcuna conferma\n"
#: src/pacman/pacman.c:155
#, c-format
msgid ""
" --ask <number> pre-specify answers for questions (see manpage)\n"
-msgstr " --ask <numero> pre-specifica delle risposte alle domande\n"
+msgstr " --ask <numero> specifica in anticipo le risposte alle domande\n"
#: src/pacman/pacman.c:156
#, c-format
diff --git a/src/pacman/trans.c b/src/pacman/trans.c
index 43de5597..7f5c61c8 100644
--- a/src/pacman/trans.c
+++ b/src/pacman/trans.c
@@ -80,9 +80,6 @@ void cb_trans_evt(pmtransevt_t event, void *data1, void *data2)
MSG(CL, _("done.\n"));
break;
case PM_TRANS_EVT_EXTRACT_DONE:
- if(config->noprogressbar) {
- MSG(CL, _("done.\n"));
- }
break;
case PM_TRANS_EVT_ADD_START:
if(config->noprogressbar) {