summaryrefslogtreecommitdiffstats
path: root/src/etc/man/cargo-help.1
blob: 655328550c09be1847c7dd6a98b34fefe920d83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
'\" t
.TH "CARGO\-HELP" "1"
.nh
.ad l
.ss \n[.ss] 0
.SH "NAME"
cargo\-help \[em] Get help for a Cargo command
.SH "SYNOPSIS"
\fBcargo help\fR [\fIsubcommand\fR]
.SH "DESCRIPTION"
Prints a help message for the given command.
.SH "EXAMPLES"
.sp
.RS 4
\h'-04' 1.\h'+01'Get help for a command:
.sp
.RS 4
.nf
cargo help build
.fi
.RE
.RE
.sp
.RS 4
\h'-04' 2.\h'+01'Help is also available with the \fB\-\-help\fR flag:
.sp
.RS 4
.nf
cargo build \-\-help
.fi
.RE
.RE
.SH "SEE ALSO"
\fBcargo\fR(1)