From e1efa1b0070b77a2a9649f256c3a47608298b5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Tue, 7 Apr 2020 08:31:54 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@1002 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- utils/resources_compiler/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/resources_compiler/main.cpp b/utils/resources_compiler/main.cpp index d0afce75..531a0212 100644 --- a/utils/resources_compiler/main.cpp +++ b/utils/resources_compiler/main.cpp @@ -8,7 +8,7 @@ using namespace PICoutManipulators; void usage() { piCout << Bold << "PIP Resources Compiler"; piCout << Cyan << "Version" << Bold << PIPVersion() << NewLine; - piCout << Green << Bold << "Usage:" << Default << "\"pirc [-hl] [-n ] -i -o \"" << NewLine; + piCout << Green << Bold << "Usage:" << Default << "\"pip_rc [-hl] [-n ] -i -o \"" << NewLine; piCout << Green << Bold << "Details:"; piCout << "-h --help " << Green << "- display this message and exit"; piCout << "-n --name " << Green << "- name of initialize function, by default is base name";