diff --git a/docs/Cli.md b/docs/Cli.md index e5fc9dc1541..966c5ec23ea 100644 --- a/docs/Cli.md +++ b/docs/Cli.md @@ -27,17 +27,17 @@ Disconnect main power, connect to cli via USB/FTDI. dump using cli ``` -profile 0 +control_profile 0 dump ``` -dump profiles using cli if you use them +dump control_profiles using cli if you use them ``` -profile 1 -dump profile -profile 2 -dump profile +control_profile 1 +dump control_profile +control_profile 2 +dump control_profile ``` copy screen output to a file and save it. @@ -100,7 +100,7 @@ While connected to the CLI, all Logical Switches are temporarily disabled (5.1.0 | `osd_layout` | Get or set the layout of OSD items | | `pid` | Configurable PID controllers | | `play_sound` | ``, or none for next item | -| `profile` | Change profile | +| `control_profile` | Change profile | | `resource` | View currently used resources | | `rxrange` | Configure rx channel ranges | | `safehome` | Define safe home locations. See the [safehome documentation](Safehomes.md) for usage information. |