Modify help message of nitool 91/106791/1 accepted/tizen/mobile/20161226.131120 submit/tizen/20161223.055238 submit/tizen/20161230.081227
authorJongHeon Choi <j-h.choi@samsung.com>
Fri, 23 Dec 2016 05:50:36 +0000 (14:50 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Fri, 23 Dec 2016 05:50:48 +0000 (14:50 +0900)
Change-Id: Idcfd43cfafc597292ac1007ce6f718d0269e92b3

NativeLauncher/installer-plugin/nitool.cc

index b4e47ec..d0dd552 100644 (file)
@@ -56,7 +56,7 @@ static void help(const char *argv0)
     "%s --dll /usr/bin/Tizen.Runtime.Coreclr.dll\n"
     "Create native image under the package's bin and lib directory\n"
     "%s --pkg org.tizen.FormsGallery\n\n";
-  printf(helpdesc, argv0, argv0, argv0);
+  printf(helpdesc, argv0, argv0, argv0, argv0);
 }
 
 int main(int argc, char* argv[])