From 93e68ef3235a3ab185f5da618594a2c6eacd59cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael.mueller12@tu-dresden.de> Date: Thu, 29 Jul 2021 11:28:51 +0200 Subject: [PATCH] forgot to save the last changes in workspaces.md --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 46d8b23ef..4621f8e2b 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 -- GitLab