summaryrefslogtreecommitdiff
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
parentf451a2fc8de6a06cf7c42a2df811168253d2911a (diff)
downloadscala-39a1658065dec265fe40f35c8510f92c3f952811.tar.gz
scala-39a1658065dec265fe40f35c8510f92c3f952811.tar.bz2
scala-39a1658065dec265fe40f35c8510f92c3f952811.zip
fixed target directory for man pages in build.xml
-rw-r--r--build.xml2
-rw-r--r--src/manual/scala/man1/sbaz.scala10
2 files changed, 9 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 2cbc67ae62..949b4c6ef3 100644
--- a/build.xml
+++ b/build.xml
@@ -840,7 +840,7 @@ GENERATES A DISTRIBUTION
<copy todir="${dist.current.dir}/doc/scala/examples">
<fileset dir="${docs.dir}/examples"/>
</copy>
- <copy todir="${dist.current.dir}/man">
+ <copy todir="${dist.current.dir}/man/man1">
<fileset dir="${tooldocs.dir}" includes="**/*.1"/>
</copy>
<copy todir="${dist.current.dir}/doc/scala/tools">
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(