feat: add documentation for the --skip-confrmation flag

This commit is contained in:
Matthieu Pignolet 2025-05-25 11:58:08 +04:00
parent 5d0fa56bf3
commit a5e3cfda46
No known key found for this signature in database
GPG key ID: 892400B3FD4E40FB

View file

@ -183,6 +183,7 @@ options:
--ip IP The address of your MikroTik router
--username USERNAME SSH username (RO account can be used)
--password PASSWORD SSH password
--skip-confirmation Skips the confirmation prompt (disclamer: ensure that your are allowed to use this tool)
--port PORT SSH port (default: 22)
```
@ -194,7 +195,11 @@ options:
3. `--password` - password for SSH authentication;
4. `--port` - allows you to specify a non-standard SSH port for connection. The default is **22**, but if you have changed the SSH port number, it must be specified manually.
4. `--skip-confirmation` skips the confirmation prompt that asks if you are allowed to use this tool on the target system
> Please do ensure the legality of what you're doing.
5. `--port` - allows you to specify a non-standard SSH port for connection. The default is **22**, but if you have changed the SSH port number, it must be specified manually.
# Sara's Launch