diff --git a/docs/automations/usage.md b/docs/automations/usage.md index d63d6c81..82052dcf 100644 --- a/docs/automations/usage.md +++ b/docs/automations/usage.md @@ -14,7 +14,7 @@ aries-cli automate credential-offer | ----- | --------------------------------- | ------------------------------------------------------- | | `-h` | `--help` | Print help information. | | `-c` | `--connection-id ` | Connection id of the receiving party. | -| `-`n | `--no-qr` | Disables printing the QR code. | +| `-n` | `--no-qr` | Disables printing the QR code. | | `-s` | `--self` | Completes the entire flow with itself. | | `-t` | `--timeout ` | Timeout for the entire flow in seconds \[default : 60]. | diff --git a/docs/features/schemas.md b/docs/features/schemas.md index 6e3b89ae..81d708f8 100644 --- a/docs/features/schemas.md +++ b/docs/features/schemas.md @@ -35,12 +35,12 @@ aries-cli schema create [OPTIONS] --name --attribute #### Available flags -| Alias | Flag | Description | -| ----- | ------------------------ | --------------------------------------------------------------------------------------------------------------------- | -| -h | --help | Print help information | -| -n | --name \ | Name of the schema | -| -a | --attribute \ | Keys that describe the structure of the schema - for example "age". Given in t following format: -a foo -a bar -a baz | -| -v | --version \ | Version of of the schema, useful to be able to specify multiple versions of the same schema \[default: 1.0] | +| Alias | Flag | Description | +| ----- | ------------------------- | --------------------------------------------------------------------------------------------------------------------- | +| `-h` | `--help` | Print help information | +| `-n` | `--name ` | Name of the schema | +| `-a` | `--attribute ` | Keys that describe the structure of the schema - for example "age". Given in t following format: -a foo -a bar -a baz | +| `-v` | `--version ` | Version of of the schema, useful to be able to specify multiple versions of the same schema \[default: 1.0] | #### Example usage