From 00e88c178cb94fb3feb439913f83e0d63964d006 Mon Sep 17 00:00:00 2001 From: Martin Schroschk <martin.schroschk@tu-dresden.de> Date: Tue, 17 Oct 2023 12:48:00 +0200 Subject: [PATCH] Lint line length --- doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 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 c6350b14d..6eebe1563 100644 --- a/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md +++ b/doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md @@ -611,5 +611,10 @@ wrong name. Use only the short name that is listed after `id:` when using `ws_li e-mail alert functionality to an existing workspace? **A**: You can add the e-mail alert by "overwriting" the workspace settings via -`ws_allocate --extension --mailaddress=<mail address> --reminder=<days> --name=<ws-name> --duration=<duration> --filesystem=<fs>`. -(This will lower the remaining extensions by one.) + +```console +marie@login$ ws_allocate --extension --mailaddress=<mail address> --reminder=<days> \ + --name=<ws-name> --duration=<duration> --filesystem=<fs>` +``` + +This will lower the remaining extensions by one. -- GitLab