Skip to content

Commit

Permalink
DOCS-2424
Browse files Browse the repository at this point in the history
  • Loading branch information
mig281 committed Oct 29, 2024
1 parent 747aa5a commit 5b3db66
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Run the `./alerts quota_add` command and specify the quota path, the email addre
```bash
./alerts quota_add \
--quotapath /Reports/Marketing \
--user-notification True \
--user-notification \
--user-mode direct \
--user-email [email protected] \
--cluster-include cluster.example.com
```

{% include note.html content="For the `--user-email` flag, you can specify a comma-delimited list of email addresses to notify, if you also specify `--user-notification True --user-mode direct`." %}
{% include note.html content="For the `--user-email` flag, you can specify a comma-delimited list of email addresses to notify, if you also specify `--user-notification --user-mode direct`." %}

{{site.exampleOutput}}

Expand Down Expand Up @@ -80,7 +80,7 @@ Run the `./alerts default_quota_update` command, specify the default quota ID, a
```bash
./alerts default_quota_update \
--id 1 \
--user-notification True \
--user-notification \
--admin-notification False
```

Expand Down

0 comments on commit 5b3db66

Please sign in to comment.