You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
487 B
35 lines
487 B
'\" t
|
|
.TH "CARGO\-HELP" "1"
|
|
.nh
|
|
.ad l
|
|
.ss \n[.ss] 0
|
|
.SH "NAME"
|
|
cargo\-help \- 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)
|