xbps-bin: rename 'show-manual' target to 'list-manual', it's a better
name IMHO :-) --HG-- extra : convert_revision : xtraeme%40gmail.com-20091109015919-fl3jr6eehyy1ff1v
This commit is contained in:
parent
736fcbfdd0
commit
2b790a4c2f
@ -48,13 +48,13 @@ usage(void)
|
||||
" check\t\t[<pkgname>|<all>]\n"
|
||||
" install\t\t<pkgname>\n"
|
||||
" list\n"
|
||||
" list-manual\n"
|
||||
" purge\t\t[<pkgname>|<all>]\n"
|
||||
" reconfigure\t\t[<pkgname>|<all>]\n"
|
||||
" remove\t\t<pkgname>\n"
|
||||
" show\t\t<pkgname>\n"
|
||||
" show-deps\t\t<pkgname>\n"
|
||||
" show-files\t\t<pkgname>\n"
|
||||
" show-manual\n"
|
||||
" show-revdeps\t<pkgname>\n"
|
||||
" update\t\t<pkgname>\n"
|
||||
" Options shared by all targets:\n"
|
||||
@ -290,9 +290,9 @@ main(int argc, char **argv)
|
||||
|
||||
rv = xbps_show_pkg_deps(argv[1]);
|
||||
|
||||
} else if (strcasecmp(argv[0], "show-manual") == 0) {
|
||||
} else if (strcasecmp(argv[0], "list-manual") == 0) {
|
||||
/*
|
||||
* Show packages that were installed manually, not as
|
||||
* List packages that were installed manually, not as
|
||||
* dependencies.
|
||||
*/
|
||||
if (argc != 1)
|
||||
|
@ -75,6 +75,10 @@ Please note that all targets are *case insensitive*.
|
||||
*list*::
|
||||
Lists all currently installed packages.
|
||||
|
||||
*list-manual*::
|
||||
Lists packages that were installed 'manually' by the user, i.e
|
||||
not as dependencies of any other package.
|
||||
|
||||
*purge 'pkgname' | 'all'*::
|
||||
Purge an installed package, *pkgname* or *all* packages. The 'purge'
|
||||
stage runs the *post-remove* action set in the *REMOVE* script in its
|
||||
@ -111,10 +115,6 @@ Please note that all targets are *case insensitive*.
|
||||
*show-files 'pkgname'*::
|
||||
Shows the list of files that 'pkgname' contains.
|
||||
|
||||
*show-manual*::
|
||||
Shows the list of packages that were installed 'manually' by the
|
||||
user, i.e not as dependencies of any other package.
|
||||
|
||||
*show-revdeps 'pkgname'*::
|
||||
Shows the reverse dependencies for 'pkgname'. Reverse dependencies
|
||||
are packages that are currently depending in 'pkgname' directly.
|
||||
|
Loading…
Reference in New Issue
Block a user