From 1b44b96f257b0083a078b7e09abee461624b4226 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch Date: Mon, 2 Oct 2017 16:53:51 +0200 Subject: [PATCH] [bin] improve documentation of extract script Changing `PATH` to `FOLDER` should make things clearer. --- bin/moduleutil/extractmodulepart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/moduleutil/extractmodulepart.sh b/bin/moduleutil/extractmodulepart.sh index 0ee074e126..94b9c40272 100755 --- a/bin/moduleutil/extractmodulepart.sh +++ b/bin/moduleutil/extractmodulepart.sh @@ -4,12 +4,12 @@ if test "$1" = "--help" || test "$1" = "-help" \ || test "$1" = "help" || test "$1" = ""; then echo "" - echo "USAGE: $0 MODULE_DIR PATH_1 [PATH_2 ...]" + echo "USAGE: $0 MODULE_DIR FOLDER_1 [FOLDER_2 ...]" echo "" echo "MODULE_DIR is the folder containing the DUNE module from which you" echo "want to extract. The script has to be called one level above it." echo "" - echo "The PATHs need to indicate subfolders of MODULE_DIR. At least one" + echo "The FOLDERs need to indicate subfolders of MODULE_DIR. At least one" echo "of them has to contain a source file *.cc of an executable for which" echo "you would like to timber a table in dumux-pub." exit 0 -- GitLab