summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kommander/executor/instance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/executor/instance.h b/kommander/executor/instance.h
index deed56d2..87fd5771 100644
--- a/kommander/executor/instance.h
+++ b/kommander/executor/instance.h
@@ -50,7 +50,7 @@ public:
Instance(TQWidget*);
~Instance();
/* passing global variables: two forms are accepted.
- kdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH
+ tdmr-executor file.kmdr COUNT=45 PATH=/tmp - this adds global variables 45 and PATH
kmdr-executor file.kmdr 45 /tmp - this adds global variables ARG1 and ARG2
ARGS holds space-separated list of all second-type variables (like Bash $@)
ARGCOUNT holds number of second-type arguments