[Frugalware-git] pacman-g2: doc/pacman-g2.txt

2011-05-02 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=ecff97784820bed6b763d4841f6b133bef40a8e3

commit ecff97784820bed6b763d4841f6b133bef40a8e3
Author: Melko lorddarthfe...@gmail.com
Date:   Sun May 1 23:48:48 2011 +0200

doc/pacman-g2.txt

* add option --fsck to manpage

diff --git a/doc/pacman-g2.txt b/doc/pacman-g2.txt
index 41d5d0c..87ea8d6 100644
--- a/doc/pacman-g2.txt
+++ b/doc/pacman-g2.txt
@@ -221,6 +221,10 @@ Example:
List all packages that were installed as a dependency (ie, not installed
explicitly) and are not required by any other packages.

+-f, --fsck::
+   Check that all files owned by the given package(s) are present on the 
system.
+   If packages are not specified check all installed packages.
+
-g, --groups::
Display all groups that a specified package is part of. If no package names are
provided, all groups and members will be listed.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] pacman-g2: doc/pacman-g2.txt

2011-04-25 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=54337c48f14211e1567e901b74a54888511acc79

commit 54337c48f14211e1567e901b74a54888511acc79
Author: Melko lorddarthfe...@gmail.com
Date:   Mon Apr 25 09:43:34 2011 +0200

doc/pacman-g2.txt

* add undocumented option -Qii
* fix -k longopt (is --dbonly and not --keep)
move it from REMOVE OPTIONS to OPTIONS as it works also with Sync

diff --git a/doc/pacman-g2.txt b/doc/pacman-g2.txt
index afb889b..41d5d0c 100644
--- a/doc/pacman-g2.txt
+++ b/doc/pacman-g2.txt
@@ -69,6 +69,9 @@ pacman-g2 packages are in a bzipped tar format.
will cause all those files to be overwritten. This option should be used with
care, ideally not at all.

+-k, --dbonly::
+   Removes the database entry only. Leaves all files in place.
+
--noarch::
Bypass the architecture check, so that you can for example install an `i686`
package on `x86_64` if you know what you're doing.
@@ -193,9 +196,6 @@ Example:
Remove all target packages, as well as all packages that depend on one or more
target packages. This operation is recursive.

--k, --keep::
-   Removes the database entry only. Leaves all files in place.
-
-n, --nosave::
Instructs pacman-g2 to ignore file backup designations. Normally, when a file
is about to be removed from the system the database is first checked to see if
@@ -226,10 +226,11 @@ Example:
provided, all groups and members will be listed.

-i, --info::
-   Display information on a given package. If it is used with the -p 
option then
+   Display information on a given package, use it twice to display also 
the list of
+   backup files and their modification states. If it is used with the -p 
option then
the .PKGINFO file will be printed.

--l, --list::
+-l, --lidbonly
List all files owned by package. Multiple packages can be specified on the
command line.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git