diff options
author | xocel <xocel@iquidus.org> | 2012-12-30 05:14:37 +1300 |
---|---|---|
committer | xocel <xocel@iquidus.org> | 2012-12-30 05:14:37 +1300 |
commit | a9491fed6e115adb86b8b7bdc94d5a6d4862a703 (patch) | |
tree | 2e50c68f331c357d59e1bd51b3dcbb1e1b51888c /man1 | |
parent | e452c4871418a5cc9152ed830d641f0ceefba3f2 (diff) | |
download | sbotools-a9491fed6e115adb86b8b7bdc94d5a6d4862a703.tar.xz |
sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated man page, more comments
Diffstat (limited to 'man1')
-rw-r--r-- | man1/sboremove.1 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/man1/sboremove.1 b/man1/sboremove.1 index eea766a..9c075cf 100644 --- a/man1/sboremove.1 +++ b/man1/sboremove.1 @@ -4,7 +4,7 @@ sboremove - remove packages installed from slackbuilds .SH SYNAPSES .P -sboremove [-h|-v] [-aR] sbo_name +sboremove [-h|-v] [-a] sbo_name .SH DESCRIPTION .P sboremove is used to remove packages installed from slackbuilds. It pulls the list of requirements from the .info file for any specified slackbuild. If such a list exists, sboremove will look to see whether or not those requirements are installed. Those that are will then be checked to see whether they are requirements of other packages also installed. If a package is no longer required, or the -a flag is specified sboremove will ask whether or not it should also remove it from the system. @@ -20,11 +20,6 @@ Show help information. Show version information. .RE .P --R|--norequirements -.RS -This option causes sboremove to skip requirement handling, removing a single package only. -.RE -.P -a|--alwaysask .RS Always ask to remove requirements, even those required by other packages currently installed (ignored by default) @@ -35,6 +30,8 @@ None known, but there may be some. Please report any found to xocel@iquidus.org; .SH SEE ALSO .P sboupgrade(1), sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sbosnap(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Luke Williams <xocel@iquidus.org> +.P +Jacob Pipkin <j@dawnrazor.net> |