summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-12 13:03:14 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-12 13:06:02 +0200
commit8f5b709212aa1ea28e85a0367747976cf81e0f3a (patch)
treeee232e314044764f7ef872c3d41084af697566b8 /README.md
parent175a38606ace0f14b538da2e613aaf9421b174e6 (diff)
cli: rename ogcli list scopes to ogcli list scope
Use the word "scope" to keep the format coherent with the other commands.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 405567d..e58887e 100644
--- a/README.md
+++ b/README.md
@@ -143,7 +143,7 @@ ogcli setup disk --type dos --part 1,LINUX,EXT4,40G --part 4,CACHE,CACHE,10G --f
##### Fetching a classroom id
```
-ogcli list scopes
+ogcli list scope
{'scope': [{'name': 'Unidad Organizativa (Default)', 'type': 'center', 'id': 1, 'scope': [{'name': 'Aula virtual', 'type': 'room', 'id': 1, ...
```