From 45953e5a1b8fd294732959165a321ecdefc874ee Mon Sep 17 00:00:00 2001 From: Norman Koch <kochnorman31@gmail.com> Date: Fri, 12 Nov 2021 14:26:30 +0100 Subject: [PATCH] fixed typo --- doc.zih.tu-dresden.de/docs/software/zsh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md index 0e34c8486..cf639eff4 100644 --- a/doc.zih.tu-dresden.de/docs/software/zsh.md +++ b/doc.zih.tu-dresden.de/docs/software/zsh.md @@ -167,7 +167,7 @@ compdef _module "module" ### Slurm-specific shortcuts -#### Show slurm log path +#### Show Slurm log path This allows you to run `slurmlogpath $SLURM_ID` and get the log-path directly in stdout: -- GitLab