Modified Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/5ac26ba5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/5ac26ba5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/5ac26ba5
Branch: refs/heads/master Commit: 5ac26ba5434452a4a953392deaef8205bd392e73 Parents: 0a22918 Author: Menaka Madushanka <[email protected]> Authored: Sat Jul 25 22:05:08 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Sat Jul 25 22:05:08 2015 +0530 ---------------------------------------------------------------------- taverna-language-commandline/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/5ac26ba5/taverna-language-commandline/README.md ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md index c6e07d4..11a4aad 100644 --- a/taverna-language-commandline/README.md +++ b/taverna-language-commandline/README.md @@ -118,6 +118,8 @@ The tool has following major commands. ### Convert +Convert the given workwlow file/s into a specified output format. + Usage: tavlang convert <--output_fomat> <options> [arguments] @@ -129,12 +131,12 @@ Usage: * json * robundle * structure - -There are two usages of conversion command. *The tool can only convert into one format at a time -###### 1. Non-recursive method +There are two usage scenarios of conversion command. + +### * 1. Non-recursive method Usage: @@ -171,7 +173,7 @@ Output: Convert the workflow file/s and store them in the specified output directory -###### 2. Recursive method +###* 2. Recursive method If there are many workflows in a directory, which are needed to be converted into one single format use this method.
