From 796aeabb53bff62fcd2e80fd9d80054eb3f394e7 Mon Sep 17 00:00:00 2001 From: StarChen Date: Mon, 19 Jul 2021 12:05:24 +0800 Subject: [PATCH] documentation: correct artiq_coremgmt examples --- doc/manual/utilities.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/utilities.rst b/doc/manual/utilities.rst index 9e056e55e..5efe5baf3 100644 --- a/doc/manual/utilities.rst +++ b/doc/manual/utilities.rst @@ -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::