From 1dd4e4c92b961edaa21b683a83896612dc1122dc Mon Sep 17 00:00:00 2001 From: "Vladimir N. Korotenko" Date: Sat, 22 Nov 2025 13:14:07 +0300 Subject: [PATCH] Close #11 typo in helpe --- dm-cli/main_help_en.txt | 2 +- dm-cli/main_help_ru.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dm-cli/main_help_en.txt b/dm-cli/main_help_en.txt index 86ecf39..daf67a5 100644 --- a/dm-cli/main_help_en.txt +++ b/dm-cli/main_help_en.txt @@ -2,7 +2,7 @@ Usage: dm-cli [global] [] Global options: --debug print debug information, input and output API requests - --address address of the bitdeals dm, default: https://127.0.0.1:4999 + --address address of the bitdeals dm, default: http://127.0.0.1:4999 --help print condensed help for all subcommands --version print version string diff --git a/dm-cli/main_help_ru.txt b/dm-cli/main_help_ru.txt index 1588758..1b8aa88 100644 --- a/dm-cli/main_help_ru.txt +++ b/dm-cli/main_help_ru.txt @@ -2,7 +2,7 @@ Глобальные параметры: --debug выводить отладочную информацию, входные и выходные API-запросы - --address адрес модуля сделок (dm), по умолчанию: https://127.0.0.1:4999 + --address адрес модуля сделок (dm), по умолчанию: http://127.0.0.1:4999 --help вывести краткую справку по всем подкомандам --version вывести строку версии