diff --git a/src/command_system/implementation/standard.py b/src/command_system/implementation/standard.py
index cce5ff9a8eec87967eb9ce0561946851d7b83926..7bdf960966856ea9e6b2e20e83f430c58e34828d 100644
--- a/src/command_system/implementation/standard.py
+++ b/src/command_system/implementation/standard.py
@@ -129,8 +129,8 @@ class StandardCommonCommands(CommandContainer):
     @doc(_("""
     Set the current status
 
-    Status can be given as one of the following values: online, away,
-    chat, xa, dnd.
+    Status can be given as one of the following values:
+    online, away, chat, xa, dnd.
     """))
     def status(self, status, message):
         if status not in ('online', 'away', 'chat', 'xa', 'dnd'):