mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Update admin password command description
Tested in v1.13. These commands don't work anymore: ``` get password -> ??: password set password secret -> unknown config: password secret ``` This does work: ``` password secret -> password now: secret ```
This commit is contained in:
parent
295f67d4fa
commit
246f5352d6
1 changed files with 2 additions and 3 deletions
|
|
@ -293,10 +293,9 @@ This document provides an overview of CLI commands that can be sent to MeshCore
|
|||
|
||||
---
|
||||
|
||||
#### View or change this node's admin password
|
||||
#### Change this node's admin password
|
||||
**Usage:**
|
||||
- `get password`
|
||||
- `set password <password>`
|
||||
- `password <password>`
|
||||
|
||||
**Parameters:**
|
||||
- `password`: Admin password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue