diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:33:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-22 00:33:49 -0600 |
commit | eb8b37e8e815e51164788c7615ecf90d9b4f241e (patch) | |
tree | 83869231249df4e941e7d822927a2b2ea91fe852 | |
parent | c09691ce5c1f0cad72f70943431ceffdc800a79b (diff) | |
download | tdewebdev-eb8b37e8e815e51164788c7615ecf90d9b4f241e.tar.gz tdewebdev-eb8b37e8e815e51164788c7615ecf90d9b4f241e.zip |
Part 1 of 2 of kdm rename
-rw-r--r-- | kommander/executor/instance.h | 2 |
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 |