From 94a8e2ce6299dfbdc7ef6238195b99eb67ff473e Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 3 Jun 2019 19:39:22 -0400 Subject: [PATCH] clarify cli --- text.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/text.cpp b/text.cpp index b13e386..785d0d7 100644 --- a/text.cpp +++ b/text.cpp @@ -66,7 +66,8 @@ You can do so via the project homepage (issues section) or via email Source code available under GPLv3 at project homepage I'm currently looking for a new job: email me if you know anyone hiring US software engineers If you like this project, please tell everyone about it :))"; -const wchar_t* CL_OPTIONS = LR"(usage: Textractor [-p{process id|"process name"}]...)"; +const wchar_t* CL_OPTIONS = LR"(usage: Textractor [-p{process id|"process name"}]... +example: Textractor -p4466 -p"My Game.exe" tries to inject processes with id 4466 or with name My Game.exe)"; const wchar_t* UPDATE_AVAILABLE = L"Update available: download it from https://github.com/Artikash/Textractor/releases"; const wchar_t* ALREADY_INJECTED = L"Textractor: already injected"; const wchar_t* NEED_32_BIT = L"Textractor: architecture mismatch: only Textractor x86 can inject this process";