xbps-bin(8):

- Add -y flag to assume "yes" for all questions.
 - Print a proper error string when the transaction dictionary is empty.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091222134338-u9h0iybexedunm0h
This commit is contained in:
Juan RP
2009-12-22 14:43:38 +01:00
parent 7eea0f8e8e
commit 343600261c
3 changed files with 36 additions and 36 deletions

View File

@@ -31,10 +31,8 @@ OPTIONS
it will become '/blah/cachedir'.
*-f*::
By default while installing or removing packages, xbps-bin(1)
will ask you if you are sure about the task that will be done.
This option bypasses the question and executes the task immediately.
Use this option carefully.
Used currently in the 'reconfigure' target. If set, package(s) will
be reconfigured regardless of its state.
*-r* 'rootdir'::
Sets the 'root' directory. By default the root directory is
@@ -46,6 +44,10 @@ OPTIONS
*-v*::
Shows verbose messages. Useful while installing and removing packages.
*-y*::
Assume "yes" to all questions. This will bypass all questions and
immediately proceed with the task, use this option with care.
*-V*::
Shows the current XBPS release version (library and code).