From c6030c8fdfd7fcd3e87697fe43eb5468af322f9c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 25 Aug 2023 22:25:52 +0200 Subject: [PATCH] Remove command ID, there is no 1-1 mapping between cli commands and fw commands and it's more a concern for devs than uers --- docs/cli.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cli.md b/docs/cli.md index 7829df9..a413df6 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -124,8 +124,8 @@ When in the CLI, plug in your Chameleon and connect with `hw connect`. If autode In `()` is the argument description, `[]` are possible entries for that argument (eg `[1-8]`) -| Command ID | Command | Arguments | Description | -|:----------:|:----------------:|:-------------------------------------------------------------------------:|:-----------------------------------------:| -| 1020 | `hw factory_reset` | `--i-know-what-im-doing` (Make sure you really want to wipe your Chameleon) | Returns the Chameleon to factory settings | -| | | | | -| | | | | +| Command | Arguments | Description | +|:----------------:|:-------------------------------------------------------------------------:|:-----------------------------------------:| +| `hw factory_reset` | `--i-know-what-im-doing` (Make sure you really want to wipe your Chameleon) | Returns the Chameleon to factory settings | +| | | | +| | | |