Skip to content
Snippets Groups Projects
Commit 53d49965 authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Consistency in using long options

parent be7c4363
No related branches found
No related tags found
3 merge requests!899Preview,!897Draft: Preview,!888Consistency in using long options
...@@ -171,7 +171,7 @@ Options: ...@@ -171,7 +171,7 @@ Options:
!!! example "Workspace allocation on specific filesystem" !!! example "Workspace allocation on specific filesystem"
In order to allocate a workspace on a non-default filesystem, the option In order to allocate a workspace on a non-default filesystem, the option
`--filesystem <filesystem>` is required. `--filesystem=<filesystem>` is required.
```console ```console
marie@login$ ws_allocate --filesystem scratch_fast test-workspace 3 marie@login$ ws_allocate --filesystem scratch_fast test-workspace 3
...@@ -610,6 +610,6 @@ wrong name. Use only the short name that is listed after `id:` when using `ws_li ...@@ -610,6 +610,6 @@ wrong name. Use only the short name that is listed after `id:` when using `ws_li
**Q**: I forgot to specify an e-mail alert when allocating my workspace. How can I add the **Q**: I forgot to specify an e-mail alert when allocating my workspace. How can I add the
e-mail alert functionality to an existing workspace? e-mail alert functionality to an existing workspace?
**A**: You can add the e-mail alert by "overwriting" the workspace settings via `ws_allocate -x -m **A**: You can add the e-mail alert by "overwriting" the workspace settings via
<mail address> -r <days> -n <ws-name> -d <duration> -F <fs>`. (This will lower the remaining `ws_allocate --extension --mailaddress=<mail address> --reminder=<days> --name=<ws-name> --duration=<duration> --filesystem=<fs>`.
extensions by one.) (This will lower the remaining extensions by one.)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment