From 1fd88e2ef663323af1c3617a87d39f8a397ced79 Mon Sep 17 00:00:00 2001 From: JongHeon Choi Date: Fri, 23 Dec 2016 14:50:36 +0900 Subject: [PATCH] Modify help message of nitool Change-Id: Idcfd43cfafc597292ac1007ce6f718d0269e92b3 --- NativeLauncher/installer-plugin/nitool.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NativeLauncher/installer-plugin/nitool.cc b/NativeLauncher/installer-plugin/nitool.cc index b4e47ec..d0dd552 100644 --- a/NativeLauncher/installer-plugin/nitool.cc +++ b/NativeLauncher/installer-plugin/nitool.cc @@ -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[]) -- 2.34.1