diff --git a/docs/clearml_agent/clearml_agent_ref.md b/docs/clearml_agent/clearml_agent_ref.md
index e97ba089..5629017b 100644
--- a/docs/clearml_agent/clearml_agent_ref.md
+++ b/docs/clearml_agent/clearml_agent_ref.md
@@ -110,7 +110,7 @@ clearml-agent daemon [-h] [--foreground] [--queue QUEUES [QUEUES ...]] [--order-
|`--status`| Print the worker's schedule (uptime properties, server's runtime properties and listening queues)|
|
|`--stop`| Terminate a running ClearML Agent, if other arguments are the same. If no additional arguments are provided, agents are terminated in lexicographical order.|
|
|`--uptime`| Specify uptime for clearml-agent in ` ` format. For example, use `17-20 TUE` to set Tuesday's uptime to 17-20.
NOTES:- This feature is available under the ClearML Enterprise plan
- Make sure to configure only `--uptime` or `--downtime`, but not both.
|
|
-|`--use-owner-token`| Run the task under the identity of the task's owner: all calls made by the task code during execution will use the owner's credentials instead of the agent's. For more information, see [Service Accounts](../webapp/settings/webapp_settings_users.md#service-accounts). **This feature is available under the ClearML Enterprise plan** |
|
+|`--use-owner-token`| Run the task under the identity of the task's owner: all calls made by the task code during execution will use the owner's credentials instead of the agent's. For more information, see [Service Accounts](../webapp/settings/webapp_settings_users.md#service-accounts). **This feature is available under the ClearML Enterprise plan**. |
|