summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1/sbaz.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual/scala/man1/sbaz.scala')
-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(