xbps-query: changed -M (--list-orphans) shortopt to -O.

This commit is contained in:
Juan RP
2013-02-13 15:47:46 +01:00
parent da957433cb
commit 3bb41a2662
3 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.Dd February 2, 2013
.Dd February 13, 2013
.Os Void Linux
.Dt xbps-query 8
.Sh NAME
@ -105,7 +105,7 @@ Lists registered and working repositories.
.It Fl m, Fl -list-manual-pkgs
Lists registered packages in the package database (pkgdb) that were installed
manually by the user (i.e not as dependency of any package).
.It Fl M, Fl -list-orphans
.It Fl O, Fl -list-orphans
Lists package orphans in the package database (pkgdb), i.e packages that
were installed as dependencies and no package is currently depending on them
directly.