From 359d253fb2aa19f905a37f1c34608a18d1f5d905 Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Sat, 15 Jun 2024 09:59:43 +0200 Subject: [PATCH] fix: NOTES CLI, use option to enable cli instead of different binary --- NOTES_CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES_CLI.md b/NOTES_CLI.md index e5d0846..3a38f42 100644 --- a/NOTES_CLI.md +++ b/NOTES_CLI.md @@ -23,7 +23,7 @@ Example: ``` -gupaxx-cli --token xxxxx --address xxxxx --hero --p2pool="127.0.0.1:3333" --xmrig-add-args="--xxx --xxx" -t 8 -q --path-xmrig="/path/to/xmrig-binary" +gupaxx --cli --token xxxxx --address xxxxx --hero --p2pool="127.0.0.1:3333" --xmrig-add-args="--xxx --xxx" -t 8 -q --path-xmrig="/path/to/xmrig-binary" ``` ## Commands