diff --git a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
index 46d8b23ef1f476c3d105613426c2406565f3d93d..4621f8e2baf01a89c1e9cd9d2405ceb13e6784b1 100644
--- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
@@ -119,7 +119,7 @@ The maximum duration depends on the storage system:
 To extend your workspace use the following command:
 
 ```
-ws_extend -F scratch test-workspace 100      #extend the workspace for another 100 days
+ws_extend -F scratch test-workspace 100      #extend the workspace for 100 days
 ```
 
 Output:
@@ -133,8 +133,8 @@ remaining time in days: 100
 
 !!!Attention
     With the `ws_extend` command, a new duration for the workspace is set. This means when you
-    extend a workspace that expires in 90 days with the value 40, it will now expire in 40 days
-    **not** 130 days.
+    extend a workspace that expires in 90 days with the `ws_extend -F scratch my-workspace 40`,
+    it will now expire in 40 days **not** 130 days.
 
 
 ### Deletion of a Workspace