summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-06-21 12:42:16 +0000
committermichelou <michelou@epfl.ch>2007-06-21 12:42:16 +0000
commitaba747cf8d0145d6c10726151bf55ff997e8b0e6 (patch)
treefa619fc190d9f2739fa10f55fc5b6b0dc29354d4 /src/manual
parent72c1d53647bc4e6899cf21b8e7ea12ca252b31dd (diff)
downloadscala-aba747cf8d0145d6c10726151bf55ff997e8b0e6.tar.gz
scala-aba747cf8d0145d6c10726151bf55ff997e8b0e6.tar.bz2
scala-aba747cf8d0145d6c10726151bf55ff997e8b0e6.zip
removed more primitive type aliases, removed so...
removed more primitive type aliases, removed some tabs
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/sbaz.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/manual/scala/man1/sbaz.scala b/src/manual/scala/man1/sbaz.scala
index f682397b17..8b47800a79 100644
--- a/src/manual/scala/man1/sbaz.scala
+++ b/src/manual/scala/man1/sbaz.scala
@@ -64,8 +64,8 @@ object sbaz extends Command {
"Display the version information"),
Definition(
- CmdOption("-univ") & Argument("name"),
- "Operate on the named remote universe, selected from those " &
+ 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."),
@@ -164,9 +164,9 @@ object sbaz extends Command {
"Update the list of available packages.",
CmdLine(MBold("update"))),
Definition(
- "Upload package description for " & Mono("scala-devel-2.1.8") &
+ "Upload package description for " & Mono("scala-devel-2.5.1") &
" to the universe",
- CmdLine(MBold("share") & " scala-devel-2.1.8.advert"))))
+ CmdLine(MBold("share") & " scala-devel-2.5.1.advert"))))
val exitStatus = Section("EXIT STATUS",