summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2007-06-20 21:51:32 +0000
committerLex Spoon <lex@lexspoon.org>2007-06-20 21:51:32 +0000
commitb0da26356e84bb318255c3d6f2e09b6a7b6bd8e3 (patch)
tree1a1a0e1f04326cbf00579f8d28e0f3a7a8713c6f /src/manual
parenta4faf441711afcccaffb2329bc409139c604eb4c (diff)
downloadscala-b0da26356e84bb318255c3d6f2e09b6a7b6bd8e3.tar.gz
scala-b0da26356e84bb318255c3d6f2e09b6a7b6bd8e3.tar.bz2
scala-b0da26356e84bb318255c3d6f2e09b6a7b6bd8e3.zip
documented --univ and --univ-url
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/sbaz.scala13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/manual/scala/man1/sbaz.scala b/src/manual/scala/man1/sbaz.scala
index 4e327555c4..f682397b17 100644
--- a/src/manual/scala/man1/sbaz.scala
+++ b/src/manual/scala/man1/sbaz.scala
@@ -61,7 +61,18 @@ object sbaz extends Command {
"Output messages about what the " & MBold(command) & " tool is doing"),
Definition(
CmdOption("version"),
- "Display the version information"))),
+ "Display the version information"),
+
+ Definition(
+ CmdOption("-univ") & Argument("name"),
+ "Operate on the named remote universe, selected from those " &
+ "in the local managed directory's universe. Affects "&
+ "the "&MBold("share")&" and "&MBold("retract")&" commands."),
+
+ Definition(
+ CmdOption("-univ-url") & Argument("url"),
+ "Operate on the universe at the specified URL. Affects "&
+ "the "&MBold("share")&" and "&MBold("retract")&" commands."))),
Section("Available Commands",
DefinitionList(