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