Repository: incubator-taverna-language Updated Branches: refs/heads/master 755469c59 -> 579bafe40
Fix typos in description statements 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/0abb3081 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/0abb3081 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/0abb3081 Branch: refs/heads/master Commit: 0abb308172602b8fec1db2e33fac4170d84f00ff Parents: 99156bd Author: galejwnaylor <ga...@noventussolutions.com> Authored: Mon Feb 1 10:26:01 2016 -0800 Committer: galejwnaylor <ga...@noventussolutions.com> Committed: Mon Feb 1 10:26:01 2016 -0800 ---------------------------------------------------------------------- .../java/org/apache/taverna/tavlang/CommandLineTool.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/0abb3081/taverna-language-commandline/src/main/java/org/apache/taverna/tavlang/CommandLineTool.java ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/src/main/java/org/apache/taverna/tavlang/CommandLineTool.java b/taverna-language-commandline/src/main/java/org/apache/taverna/tavlang/CommandLineTool.java index 068c933..366ebc5 100644 --- a/taverna-language-commandline/src/main/java/org/apache/taverna/tavlang/CommandLineTool.java +++ b/taverna-language-commandline/src/main/java/org/apache/taverna/tavlang/CommandLineTool.java @@ -85,7 +85,7 @@ public class CommandLineTool { @Option(name = "--wfbundle", description = "Convert the workflow file to wfbundle") public static boolean isWfbundle = false; - @Option(name = "--robundle", description = "Convert given bundle in to Research Object bundle") + @Option(name = "--robundle", description = "Convert the given bundle into Research Object bundle") public static boolean isRo = false; @Option(name = "--structure", description = "Convert the workflow into *.structure") @@ -174,7 +174,7 @@ public class CommandLineTool { } - @Command(name = "help", description = "Display help information about Tvarna") + @Command(name = "help", description = "Display help information about Taverna") public static class HelpCommand extends TvnLangTool { @Inject public Help help; @@ -250,7 +250,7 @@ public class CommandLineTool { } // Version command - @Command(name = "version", description = "Show version informantion") + @Command(name = "version", description = "Show version information") public static class CommandVersion extends TvnLangTool { @Override @@ -301,7 +301,7 @@ public class CommandLineTool { } // Command for validation - @Command(name = "validate", description = "validate the given workflow") + @Command(name = "validate", description = "Validate the given workflow") public static class CommandValidate extends TvnLangTool{ @Option(name = { "-l", "--log" }, description = "Specify the file name where results should be stored ([some dir]/log.txt)") @@ -329,7 +329,7 @@ public class CommandLineTool { public static class CommandStat extends TvnLangTool{ - @Option(name = {"-l", "--log"}, description ="Save the workflow statictics in a file") + @Option(name = {"-l", "--log"}, description ="Save the workflow statistics in a file") public String file; @Option(name = {"-v", "--verbose"}, description = "Verbose mode")