summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-06-15 13:23:32 +0000
committermichelou <michelou@epfl.ch>2006-06-15 13:23:32 +0000
commit39a1658065dec265fe40f35c8510f92c3f952811 (patch)
tree3e686bc89ecefef3ea2bbde8e4b30a09682dd925 /src/manual
parentf451a2fc8de6a06cf7c42a2df811168253d2911a (diff)
downloadscala-39a1658065dec265fe40f35c8510f92c3f952811.tar.gz
scala-39a1658065dec265fe40f35c8510f92c3f952811.tar.bz2
scala-39a1658065dec265fe40f35c8510f92c3f952811.zip
fixed target directory for man pages in build.xml
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/sbaz.scala10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/manual/scala/man1/sbaz.scala b/src/manual/scala/man1/sbaz.scala
index 2dd65c1e0a..71d56abc3b 100644
--- a/src/manual/scala/man1/sbaz.scala
+++ b/src/manual/scala/man1/sbaz.scala
@@ -53,9 +53,15 @@ object sbaz extends Command {
CmdOption("d", Argument("dir")),
"Operate on dir as the local managed directory."),
Definition(
- CmdOption("n"),
+ CmdOption("n") & "| " & CmdOptionLong("dryrun"),
"Do not actually do anything. Only print out what " +
- "tool would normally do with the following arguments."))),
+ "tool would normally do with the following arguments."),
+ Definition(
+ CmdOption("v") & "| " & CmdOptionLong("verbose"),
+ "Output messages about what the " & MBold(command) & " tool is doing"),
+ Definition(
+ CmdOption("version"),
+ "Display the version information"))),
Section("Available Commands",
DefinitionList(