From b0da26356e84bb318255c3d6f2e09b6a7b6bd8e3 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 20 Jun 2007 21:51:32 +0000 Subject: documented --univ and --univ-url --- src/manual/scala/man1/sbaz.scala | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/manual') 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( -- cgit v1.2.3