blob: 30e036d5a9639c2f00e4aa3e3f396dc3a06aa3c2 [file] [log] [blame]
Matthew Maurerbd398542019-09-05 16:25:08 -07001'\" t
2.\" Title: cargo-help
3.\" Author: [see the "AUTHOR(S)" section]
4.\" Generator: Asciidoctor 1.5.8
5.\" Date: 2018-12-20
6.\" Manual: \ \&
7.\" Source: \ \&
8.\" Language: English
9.\"
10.TH "CARGO\-HELP" "1" "2018-12-20" "\ \&" "\ \&"
11.ie \n(.g .ds Aq \(aq
12.el .ds Aq '
13.ss \n[.ss] 0
14.nh
15.ad l
16.de URL
17\fI\\$2\fP <\\$1>\\$3
18..
19.als MTO URL
20.if \n[.g] \{\
21. mso www.tmac
22. am URL
23. ad l
24. .
25. am MTO
26. ad l
27. .
28. LINKSTYLE blue R < >
29.\}
30.SH "NAME"
31cargo\-help \- Get help for a Cargo command
32.SH "SYNOPSIS"
33.sp
34\fBcargo help [\fISUBCOMMAND\fP]\fP
35.SH "DESCRIPTION"
36.sp
37Prints a help message for the given command.
38.SH "EXAMPLES"
39.sp
40.RS 4
41.ie n \{\
42\h'-04' 1.\h'+01'\c
43.\}
44.el \{\
45. sp -1
46. IP " 1." 4.2
47.\}
48Get help for a command:
49.sp
50.if n .RS 4
51.nf
52cargo help build
53.fi
54.if n .RE
55.RE
56.sp
57.RS 4
58.ie n \{\
59\h'-04' 2.\h'+01'\c
60.\}
61.el \{\
62. sp -1
63. IP " 2." 4.2
64.\}
65Help is also available with the \fB\-\-help\fP flag:
66.sp
67.if n .RS 4
68.nf
69cargo build \-\-help
70.fi
71.if n .RE
72.RE
73.SH "SEE ALSO"
74.sp
75\fBcargo\fP(1)