@@ -1908,6 +1909,7 @@ main() {
-q|queue) update_queue ;;
queue-security) update_security_queue ;;
-r|rebuild) rebuild ;;
+-rr|rebuild-reconfigure) rebuild -r ;;
review-queue) install_queue_history ;;
add-queue) shift; sorcery_queue_add "$@" ;;
remove-queue) shift; sorcery_queue_remove "$@" ;;
diff --git a/usr/share/man/man8/sorcery.8 b/usr/share/man/man8/sorcery.8
index e4f3d89..86b696d 100644
--- a/usr/share/man/man8/sorcery.8
+++ b/usr/share/man/man8/sorcery.8
@@ -38,6 +38,9 @@ Queue spells that had updates due to security fixes.
Automatically rebuilds all installed software packages. This option
is non-interactive except for a bunch of config and depends questions the
first
time you run it.
+.SS -rr|rebuild-reconfigure
+Automatically rebuilds all installed software packages. Unlike -r, this
option
+makes cast reask all the questions unconditionally.
.SS hold <spell|s>
sets <spell|s> to held.
This means that they stay installed, but that cast will refuse to
[SM-Commit] GIT changes to master sorcery by Jaka Kranjc (db112b262c049daa06fa40e01df0ff133bec0a14),
Jaka Kranjc, 09/06/2008