mirror of https://github.com/m-labs/artiq.git
documentation: correct artiq_coremgmt examples
This commit is contained in:
parent
c4902be6f8
commit
7b523084b7
|
@ -81,11 +81,11 @@ You can write several records at once::
|
||||||
|
|
||||||
To remove the previously written key ``my_key``::
|
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::
|
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::
|
To erase the entire flash storage area::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue