Big batch o' Activity docs.

This commit is contained in:
Colin Kuskie 2006-07-02 04:32:46 +00:00
parent 3d77b2451a
commit 23c17851ea
14 changed files with 299 additions and 0 deletions

View file

@ -19,6 +19,11 @@ our $I18N = {
lastUpdated => 0,
},
'run command as user body' => {
message => q|<p>This workflow activity will switch the session's current user to that passed in to the Activity. Then it will process any macros found in the command and execute the command on the command line.</p>|,
lastUpdated => 0,
},
};
1;