From 51f4bccc500629ae9b72691f52c46d5759ea4ba2 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