From 5dc995cd9e87ac037d81f86099f09ce03e0ad6a7 Mon Sep 17 00:00:00 2001 From: Jan Frenzel <jan.frenzel@tu-dresden.de> Date: Wed, 20 Oct 2021 12:43:25 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md b/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md index 5c36e49fc..2660a4c77 100644 --- a/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md +++ b/doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md @@ -54,8 +54,8 @@ image is built and see live output, add the option `--interactive`: marie@login$ buildSingularityImage --arch=power9 --interactive myContainer.sif myDefinition.def ``` -There are more options available which can be shown by running `buildSingularityImage --help`. All -have reasonable defaults.The most important ones are: +There are more options available, which can be shown by running `buildSingularityImage --help`. All +have reasonable defaults. The most important ones are: * `--time <time>`: Set a higher job time if the default time is not enough to build your image and your job is canceled before completing. The format is the same as -- GitLab