From 6b819c3d4480be1c796c992bf90f788f9d75d34b Mon Sep 17 00:00:00 2001
From: Eleni Mathioulaki <emathioulaki@athenarc.gr>
Date: Fri, 15 Dec 2023 16:16:33 +0100
Subject: [PATCH] fix typos in docstring

---
 operations/ensure_prepend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/operations/ensure_prepend.py b/operations/ensure_prepend.py
index 76de8a1d..1c24cfed 100755
--- a/operations/ensure_prepend.py
+++ b/operations/ensure_prepend.py
@@ -6,7 +6,7 @@ Filter to modify `setenv` statements in modulefiles to `prepend-path` statements
 Usage:
     tools/ensure_prepend.py PATH MANPATH PYTHONPATH <../build.52.VGk/test.mod
 or
-    module sh-to-module bash somescript.sh | tools/ensure_prepend.py PATH MANPATH PYTHONPATH > path/to/module
+    module sh-to-mod bash somescript.sh | ensure_prepend.py PATH MANPATH PYTHONPATH > path/to/module
 """
 
 import logging
-- 
GitLab