From d770f8b4d533abc38ed49c9029cf880f5404c1c6 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 8 Jan 2011 18:42:36 +0000 Subject: [PATCH] Documented --message option --- 0install.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/0install.1 b/0install.1 index a58acd6..e94e02a 100644 --- a/0install.1 +++ b/0install.1 @@ -150,9 +150,9 @@ values are `run' (the default), `test' (used by 0test) and `compile' (used by command (for example, if the package contains data rather than a program). .TP -\fB\-\-xml\fP -Print the set of chosen implementations as an XML document to stdout. This can -be used later with the `download' and `run' sub-commands. +\fB\-\-message=MESSAGE\fP +If we show a dialog box for the download, display MESSAGE to the user to +explain why the download is needed. .TP \fB\-\-not\-before=VERSION\fP @@ -169,6 +169,12 @@ background). \fB\-\-source\fP Select source code rather than a binary. This is used internally by `0compile'. +.TP +\fB\-\-xml\fP +Print the set of chosen implementations as an XML document to stdout. This can +be used later with the `download' and `run' sub-commands. + + .PP `select' returns an exit status of zero if it selected a set of versions, and a status of 1 if it could not find a consistent set. -- 2.11.4.GIT