summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFábio Antunes <FabioAntunes@users.noreply.github.com>2022-04-21 19:58:06 +0100
committerGitHub <noreply@github.com>2022-04-21 20:58:06 +0200
commit6def45b7510f7af955804463cc0bdda41e5f610c (patch)
treef56baf9856cf0b2ef23a580fc7a215d4be71140d /docs
parentb79df46e0d1faa3afaf16bf86a84509cb1b6c6ae (diff)
chore(aws): adds space to the duration variable (#3872)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index a0ef964e3..d98d6939e 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -306,16 +306,16 @@ date is read from the `AWSUME_EXPIRATION` env var.
### Options
-| Option | Default | Description |
-| ------------------- | ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
-| `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\])]($style)'` | The format for the module. |
-| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
-| `region_aliases` | | Table of region aliases to display in addition to the AWS name. |
-| `profile_aliases` | | Table of profile aliases to display in addition to the AWS name. |
-| `style` | `"bold yellow"` | The style for the module. |
-| `expiration_symbol` | `X` | The symbol displayed when the temporary credentials have expired. |
-| `disabled` | `false` | Disables the `AWS` module. |
-| `force_display` | `false` | If `true` displays info even if `credentials`, `credential_process` or `sso_start_url` have not been setup. |
+| Option | Default | Description |
+| ------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
+| `format` | `'on [$symbol($profile )(\($region\) )(\[$duration\] )]($style)'` | The format for the module. |
+| `symbol` | `"☁️ "` | The symbol used before displaying the current AWS profile. |
+| `region_aliases` | | Table of region aliases to display in addition to the AWS name. |
+| `profile_aliases` | | Table of profile aliases to display in addition to the AWS name. |
+| `style` | `"bold yellow"` | The style for the module. |
+| `expiration_symbol` | `X` | The symbol displayed when the temporary credentials have expired. |
+| `disabled` | `false` | Disables the `AWS` module. |
+| `force_display` | `false` | If `true` displays info even if `credentials`, `credential_process` or `sso_start_url` have not been setup. |
### Variables