source: SH_SHM/trunk/help/HELP.HLP @ 374

Revision 16, 2.0 KB checked in by marcus, 15 years ago (diff)

r1 | svn | 2007-12-13 11:10:29 +0100 (Do, 13 Dez 2007) | 2 lines

Initial import

Line 
1command HELP [<cmds>]
2============
3
4key: help utility
5
6Displays help information about seismhandler commands.  It is
7possible to get a directory of all commands available (HELP/DIR),
8a command menu with short catchwords (HELP/KEY), a list of lines
9containing command verb and its parameters (HELP/CALL) or detailed
10information about one or more commands specified by <cmds> (without
11qualifier).
12
13parameters:
14
15<cmds>  ---  parameter type: string
16   Name of command or wild card expression ("*" is wild card for
17   arbitrary text).  The HELP command without parameter is equivalent
18   to the command "HELP/DIR *", it displays the directory of all
19   help items available.
20
21qualifiers:
22
23/DIR
24   Displays all command verbs matching the wild card expression <cmds>.
25   The HELP command without any parameter is equivalent to "HELP/DIR *".
26
27/CALL
28   Displays all commands matching the wild card expression <cmds> with
29   their parameter lists (without description of parameters).
30
31/KEY
32   Displays a menu of commands matching the wild card expression <cmds>
33   with a very short description of the command.
34
35
36examples:
37
38   HELP                    ! displays a list of all available command
39                           ! verbs
40
41   HELP FILTER             ! displays the whole information about the
42                           ! FILTER command
43
44   HELP FIL*               ! displays the whole information about all
45                           ! commands beginning with "FIL"
46
47   HELP/KEY                ! displays a list of all available command
48                           ! verbs with catch words
49
50   HELP/KEY FIL*           ! same as above restricted to commands
51                           ! beginning with "FIL"
52
53   HELP/DIR FIL*           ! list of all command verbs beginning with
54                           ! "FIL"
55
56   HELP/DIR *              ! equivalent to plain "HELP"
57
58   HELP/CALL               ! displays all available commands with
59                           ! parameter list
60
61   HELP/CALL FIL*          ! displays commands beginning with "FIL"
62                           ! with parameter list
63
Note: See TracBrowser for help on using the repository browser.