diff --git a/CREST.md b/CREST.md index b157592734683724300ceef3f0cc25a7b0a6f4db..dadda495d64f6b612be2239a20fbec00028bfbc9 100644 --- a/CREST.md +++ b/CREST.md @@ -303,8 +303,8 @@ crestCmd create iovAndPayload --tagName TEST-USERX-LARAlign-01 --payload "[DB=26 ``` Note: `--endTime` is optional. The hash code for the payload is generated automatically, and you can use the methods described in the previous section to retrieve `IOVs` and `Payload` data. ```shell - ./crestCmd get iovList -n TEST-USERX-LARAlign-01 - ./crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382 + crestCmd get iovList -n TEST-USERX-LARAlign-01 + crestCmd get payload -w ad19a1b4ebce65eebbe7b9fa1f454016e0eebb93a42b69e7f639737de0230382 ``` ## How to use crestCmd to clean data @@ -328,7 +328,7 @@ You can verify that the tag is not anymore available. ### Remove a Global Tag If a `Global Tag` is not present in any association with some `Tag`, you may also remove it: ```shell -crestCmd remove globalTag -n TEST-USERX-GT-CREST-02 +crestCmd remove globalTag -n TEST-USERX-GT-CREST-01 # If you used the curl command for global tag creation you may also remove TEST-USERX-GT-CREST-02 ```