Skip to content

Commit

Permalink
Fix doc wording. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Jul 25, 2023
1 parent 76ea734 commit 4e53037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ This following table enumerates the various arguments and compatibility modes.
| `--fetch-filter` | bag dir only, fetch only | A fetch filter is only relevant during a `--resolve-fetch`. |
| `--validate` | all | A bag directory or a bag archive can be validated. If a bag archive is to be validated, it is first extracted from the archive to a temporary directory and validated, then the temporary directory is removed. |
| `--validate-profile` | all | A bag directory or a bag archive can have its profile validated. If a bag archive is to have its profile validated, it is first extracted from the archive to a temporary directory and validated, then the temporary directory is removed. |
| `--profile-path` | bag dir or bag file, only used with `--validate-profile` | A local profile path is only valid in the context of a `--validate-profile` operation. |
| `--profile-path` | bag dir or bag archive, only used with `--validate-profile` | A local profile path is only valid in the context of a `--validate-profile` operation. |
| `--config-file` | bag dir only, create or update only | A config-file override can be specified whenever a bag is created or updated. |
| `--keychain-file` | bag dir only, used only when `--resolve-fetch` is specified | This argument is only meaningful in the context of remote file resolution. |
| `--metadata-file` | bag dir only, create or update only | A metadata config file can be specified whenever a bag is created or updated. |
Expand Down

0 comments on commit 4e53037

Please sign in to comment.