35 lines
490 B
Groff
35 lines
490 B
Groff
|
'\" 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)
|