From 8857f8c947ef357dd31e1d154690a11fcc00b1d7 Mon Sep 17 00:00:00 2001
From: Taras Lazariv <taras.lazariv@tu-dresden.de>
Date: Wed, 18 May 2022 09:58:48 +0200
Subject: [PATCH] Use sacct 404... instead of ws_find in content_rules.md.

---
 doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
index 8b758e90d..8813093f4 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md
@@ -290,7 +290,7 @@ marie@login$ sacct -j <job id>
 Here, a placeholder explains the intention better than just a specific value:
 
 ```console
-marie@login$ ws_find 4041337
+marie@login$ sacct -j 4041337
 ```
 
 Please be aware, that a reader often understands placeholders easier if you also give an example.
-- 
GitLab