From ecdf9cd1a9e3b328f863c56c7a47fdf3a7441e73 Mon Sep 17 00:00:00 2001 From: "kh5325.kim" Date: Thu, 15 Nov 2012 14:13:53 +0900 Subject: [PATCH] Fixed help messages --- org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java b/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java index f32fd27..652fe8e 100755 --- a/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java +++ b/org.tizen.cli/src/org/tizen/cli/exec/WRTLauncher.java @@ -89,7 +89,7 @@ extends AbstractLauncher * * @see #OPT_TIME */ - protected static final String DESC_TIME = "sdb demon connection and command completion wating time (sec)"; + protected static final String DESC_TIME = "sdb daemon connection and command completion waiting time (sec)"; /** *

-- 2.7.4