From 3e45f134aaada49d720f15960f4b388d0c8ab193 Mon Sep 17 00:00:00 2001 From: ilyas Date: Tue, 10 Feb 2009 14:08:18 +0000 Subject: map page updated scalap flags adjusted according to man page --- src/manual/scala/man1/scalap.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/manual') diff --git a/src/manual/scala/man1/scalap.scala b/src/manual/scala/man1/scalap.scala index 7d780ffdb8..465bc79037 100644 --- a/src/manual/scala/man1/scalap.scala +++ b/src/manual/scala/man1/scalap.scala @@ -18,7 +18,7 @@ object scalap extends Command { val synopsis = Section("SYNOPSIS", - CmdLine(" [ " & Argument("options") & " ] " & Argument("source file"))) + CmdLine(" [ " & Argument("options") & " ] " & Argument("class name"))) val parameters = Section("PARAMETERS", @@ -28,8 +28,8 @@ object scalap extends Command { "Command line options. See " & Link(Bold("OPTIONS"), "#options") & " below."), Definition( - Mono(Argument("source file")), - "One class file to be decoded (such as " & + Mono(Argument("class name")), + "Full-qualified name of a class to be decoded (such as " & Mono("hello.HelloWorld") & ")."))) val description = Section("DESCRIPTION", -- cgit v1.2.3