From f79c3b7566a6e961e5eaf1d7d3433710e0b03390 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 8 Jun 2006 12:46:53 +0000 Subject: added description in sbaz man page --- docs/man/src/man/man1/Command.scala | 3 ++- docs/man/src/man/man1/sbaz.scala | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/man/src/man/man1/Command.scala b/docs/man/src/man/man1/Command.scala index 0fdb9c02e9..b59c27d854 100644 --- a/docs/man/src/man/man1/Command.scala +++ b/docs/man/src/man/man1/Command.scala @@ -29,7 +29,8 @@ trait Command { def authors = Section("AUTHOR", - "Written by Stephane Micheloud.") + "Written by Martin Odersky and other members of the " & + Link("Scala team", "http://scala.epfl.ch/community/") & ".") def copyright = Section("COPYRIGHT", diff --git a/docs/man/src/man/man1/sbaz.scala b/docs/man/src/man/man1/sbaz.scala index 73f3030a79..09bf2fcdb2 100644 --- a/docs/man/src/man/man1/sbaz.scala +++ b/docs/man/src/man/man1/sbaz.scala @@ -37,12 +37,15 @@ object sbaz extends Command { val description = Section("DESCRIPTION", - "The " & MBold(command) & " tool ...") + "The " & MBold(command) & " tool is a system used by Scala enthusiasts " & + "to share computer files with each other. In particular, it makes it " & + "easy to share libraries and applications.") val options = Section("OPTIONS", - "The " & MBold(command) & " tool has a set of standard options that are supported " & - "on the current development environment and will be supported in future releases.", + "The " & MBold(command) & " tool has a set of standard options that are " & + "supported on the current development environment and will be supported " & + "in future releases.", Section("Global Options", DefinitionList( @@ -58,7 +61,12 @@ object sbaz extends Command { DefinitionList( Definition( MBold("available"), - "List the available packages for installation."), + "List the available packages for installation; only display the " + + "three most recent versions of each package."), + Definition( + MBold("available") & " " & CmdOption("a"), + "List the available packages for installation; display all shared " + + "versions of each package."), Definition( MBold("compact"), "Clear the download cache to save space."), -- cgit v1.2.3