bozo: Introduce bnode_Wait()
[openafs.git] / doc / man-pages / pod1 / vos_help.pod
1 =head1 NAME
2
3 vos_help - Displays help for vos commands
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 B<vos help> S<<< [B<-topic> <I<help string>>+] >>> [B<-help>]
11
12 B<vos h> S<<< [B<-t> <I<help string>>+] >>> [B<-h>]
13
14 =for html
15 </div>
16
17 =head1 DESCRIPTION
18
19 The B<vos help> command displays the complete online help entry (short
20 description and syntax statement) for each command operation code
21 specified by the B<-topic> argument. If the B<-topic> argument is omitted,
22 the output includes the first line (name and short description) of the
23 online help entry for every B<vos> command.
24
25 To list every B<vos> command whose name or short description includes a
26 specified keyword, use the B<vos apropos> command.
27
28 =head1 OPTIONS
29
30 =over 4
31
32 =item B<-topic> <I<help string>>+
33
34 Identifies each command for which to display the complete online help
35 entry. Omit the B<vos> part of the command name, providing only the
36 operation code (for example, specify B<create>, not B<vos create>). If
37 this argument is omitted, the output briefly describes every B<vos>
38 command.
39
40 =item B<-help>
41
42 Prints the online help for this command. All other valid options are
43 ignored.
44
45 =back
46
47 =head1 OUTPUT
48
49 The online help entry for each B<vos> command consists of the following
50 two or three lines:
51
52 =over 4
53
54 =item *
55
56 The first line names the command and briefly describes its function.
57
58 =item *
59
60 The second line lists aliases for the command, if any.
61
62 =item *
63
64 The final line, which begins with the string C<Usage>, lists the command's
65 options in the prescribed order. Online help entries use the same symbols
66 (for example, brackets) as the reference pages in this document.
67
68 =back
69
70 =head1 EXAMPLES
71
72 The following command displays the online help entry for the B<vos create>
73 command:
74
75    % vos help create
76    vos create: create a new volume
77    Usage: vos create -server <machine name> -partition <partition name>
78    -name <volume name> [-cell <cell name>] [-noauth] [-localauth]
79    [-verbose] [-help]
80
81 =head1 PRIVILEGE REQUIRED
82
83 None
84
85 =head1 SEE ALSO
86
87 L<vos(1)>,
88 L<vos_apropos(1)>
89
90 =head1 COPYRIGHT
91
92 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
93
94 This documentation is covered by the IBM Public License Version 1.0.  It was
95 converted from HTML to POD by software written by Chas Williams and Russ
96 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.