From 149cd9ff626210fcaf7ae4fa6734ffcc6677b271 Mon Sep 17 00:00:00 2001 From: Kevin Ngai Date: Tue, 2 Jul 2024 16:53:36 +0000 Subject: [PATCH] Minor README.md fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 51e57ca..62c4221 100644 --- a/README.md +++ b/README.md @@ -101,35 +101,35 @@ eval "$(_WOUDC_DATA_REGISTRY_COMPLETE=source woudc-data-registry)" # list all instances of foo (where foo is one of: # project|dataset|contributor|country|station|instrument|deployment) woudc-data-registry list - e.g. +# e.g. woudc-data-registry contributor list # show a specific instance of foo with a given registry identifier woudc-data-registry show - e.g. +# e.g. woudc-data-registry station show 023 woudc-data-registry instrument show ECC:2Z:4052:002:OzoneSonde # add a new instance of foo (contributor|country|station|instrument|deployment) woudc-data-registry add - e.g. +# e.g. woudc-data-registry deployment add -s 001 -c MSC:WOUDC woudc-data-registry contributor add -id foo -n "Contributor name" -c Canada -w IV -u https://example.org -e you@example.org -f foouser -g -75,45 # update an existing instance of foo with a given registry identifier woudc-data-registry update -id - e.g. +# e.g. woudc-data-registry station update -n "New station name" woudc-data-registry deployment update --end-date 'Deployment end date' # delete an instance of foo with a given registry identifier woudc-data-registry delete - e.g. +# e.g. woudc-data-registry deployment delete 018:MSC:WOUDC # for more information about options on operation (add|update): woudc-data-registry --help - e.g. +# e.g. woudc-data-registry instrument update --help ```