From 39a1658065dec265fe40f35c8510f92c3f952811 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 15 Jun 2006 13:23:32 +0000 Subject: fixed target directory for man pages in build.xml --- src/manual/scala/man1/sbaz.scala | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') 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( -- cgit v1.2.3