refactor: README.md

pull/10/head
Евгений Сугоняко 2024-05-20 16:58:03 +00:00
parent 36de7c7dad
commit 04f618d4ac
1 changed files with 2 additions and 2 deletions

View File

@ -18,10 +18,10 @@ CashFlow_Server -log
Create administrator
```bash
CashFlow_Server -u admin_login -p admin_password -n admin_name
CashFlow_Server -u=admin_login -p=admin_password -n=admin_name
```
All arguments
```bash
CashFlow_Server -port=3300 -max_clients=2048 -log -u administrator -p PasSwoRd77 -n Administrator_1
CashFlow_Server -port=3300 -max_clients=2048 -log -u=administrator -p=PasSwoRd77 -n=Administrator_1
```