documentation: correct artiq_coremgmt examples

pull/1794/head
StarChen 2021-07-19 12:05:24 +08:00 committed by Sebastien Bourdeauducq
parent 3614600240
commit b29d17747f
1 changed files with 2 additions and 2 deletions

View File

@ -81,11 +81,11 @@ You can write several records at once::
To remove the previously written key ``my_key``::
$ artiq_coremgmt config delete my_key
$ artiq_coremgmt config remove my_key
You can remove several keys at once::
$ artiq_coremgmt config delete key1 key2
$ artiq_coremgmt config remove key1 key2
To erase the entire flash storage area::