From: JongHeon Choi Date: Fri, 23 Dec 2016 05:50:36 +0000 (+0900) Subject: Modify help message of nitool X-Git-Tag: submit/tizen/20161223.055238^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fd88e2ef663323af1c3617a87d39f8a397ced79;p=platform%2Fcore%2Fdotnet%2Flauncher.git Modify help message of nitool Change-Id: Idcfd43cfafc597292ac1007ce6f718d0269e92b3 --- 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[])