From d9be3828b7602831f1aeed73fc5116cd444d7b54 Mon Sep 17 00:00:00 2001 From: michelou Date: Tue, 19 Sep 2006 11:13:23 +0000 Subject: added command option 'pack' to man1/sbaz.scala --- src/manual/scala/man1/sbaz.scala | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/manual') diff --git a/src/manual/scala/man1/sbaz.scala b/src/manual/scala/man1/sbaz.scala index 4dda649a67..54b19b653f 100644 --- a/src/manual/scala/man1/sbaz.scala +++ b/src/manual/scala/man1/sbaz.scala @@ -103,6 +103,14 @@ object sbaz extends Command { Definition( MBold("keyrevoke"), "Request that a specified key be revoked."), + Definition( + MBold("pack") & " " & Argument("name") & " " & Argument("directory") & + " [ " & Argument("options") & " ]", + "Create an sbaz package and, if a link base is specified, "& + "an advertisement file. The package file is named " & + Mono("name-version.sbp") & ". The advertisement file is named " & + Mono("name-version.advert") & ". The URL is the advertisement " & + "file is the URL base with the package filename appended."), Definition( MBold("remove"), "Remove a package."), -- cgit v1.2.3