diff --git a/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc b/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc index 906418a366..5552d77438 100644 --- a/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc +++ b/guides/common/modules/proc_assigning-resource-quotas-to-a-user.adoc @@ -36,6 +36,6 @@ $ hammer user update \ --resource-quota-ids _My_Resource_Quota_IDs_ ---- + -If you want to make resouce quota optional, add the `--resource-quota-is-optional true` option. +If you want to make resource quota optional, add the `--resource-quota-is-optional true` option. + For all options, see `hammer user update --help`.