File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pub fn cli() -> App {
7
7
. alias ( "b" )
8
8
. about ( "Compile a local package and all of its dependencies" )
9
9
. arg_package_spec (
10
- "Package to build" ,
10
+ "Package to build (see `cargo help pkgid`) " ,
11
11
"Build all packages in the workspace" ,
12
12
"Exclude packages from the build" ,
13
13
)
@@ -34,11 +34,6 @@ pub fn cli() -> App {
34
34
. arg_build_plan ( )
35
35
. after_help (
36
36
"\
37
- If the --package argument is given, then SPEC is a package id specification
38
- which indicates which package should be built. If it is not given, then the
39
- current package is built. For more information on SPEC and its format, see the
40
- `cargo help pkgid` command.
41
-
42
37
All packages in the workspace are built if the `--all` flag is supplied. The
43
38
`--all` flag is automatically assumed for a virtual manifest.
44
39
Note that `--exclude` has to be specified in conjunction with the `--all` flag.
You can’t perform that action at this time.
0 commit comments