Skip to content

Commit 58e1ea4

Browse files
authored
Update README.MD
1 parent 5c7a24d commit 58e1ea4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

astra-shell/README.MD

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,6 @@ astra
307307
db list
308308
```
309309

310-
- Show a db
311-
312-
```
313-
db get demo
314-
```
315-
316310
- Now what if we want some commands on this particular db ?
317311

318312
```
@@ -339,10 +333,16 @@ create keyspace kso
339333
cqlsh -k kso
340334
```
341335

342-
- No Quit:
336+
- You can quit the db with
343337

344338
```
345-
quit;
339+
quit
340+
```
341+
342+
- You can exist the shell with
343+
344+
```
345+
exit
346346
```
347347

348348
## 4. Working with Users

0 commit comments

Comments
 (0)