summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_add/no_args/stderr.log
blob: 0274950a5f86568ca9d5edcc9438943680d5d37a (plain)
1
2
3
4
5
6
7
8
error: the following required arguments were not provided:
  <DEP_ID|--path <PATH>|--git <URI>>

Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
       cargo add [OPTIONS] --path <PATH> ...
       cargo add [OPTIONS] --git <URL> ...

For more information, try '--help'.