summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-06-21 19:25:35 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-06-21 19:25:35 +0800
commit1ecf9a268973b0ab85dddd7f898e246abee3bb31 (patch)
treee7938abfa3883736be5c61b24c931dbb239daf23
parentd2189241d885d5f01b60c4a557ec628fcd8cae01 (diff)
downloadaptitude-1ecf9a268973b0ab85dddd7f898e246abee3bb31.tar.gz
Document that --visual-preview exits with non-zero status
* [cmdline]: --visual-preview exits with non-zero status: - user quits (1); - a package fails to download and the user chooses not to continue (100); or - a package fails to install (100). (Closes: #282408) Closes: #282408
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07e9a62c..dbd69371 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,12 @@ behaviour is desirable for two reasons:
--fix-missing option or setting
Aptitude::CmdLine::Fix-Missing.
+ * [cmdline]: --visual-preview exits with non-zero status:
+ - user quits (1);
+ - a package fails to download and the user
+ chooses not to continue (100); or
+ - a package fails to install (100).
+ (Closes: #282408)
* [cmdline]: changelog exits with non-zero status on any
error (Closes: #675833)