Skip to content

Commit c8a4c18

Browse files
author
OmarAyo
committed
fix command
1 parent 2780468 commit c8a4c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Manual/Security/Starter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ _--javascript.execute-string_ option of the _arangosh_ binary, e.g.:
1919

2020
```bash
2121
arangosh --server.endpoint your-server-endpoint \
22-
--server.password ""
23-
--javascript.execute-string 'require("org/arangodb/users").update("root", "mypwd");
22+
--server.password "" \
23+
--javascript.execute-string 'require("org/arangodb/users").update("root", "mypwd");'
2424
```
2525

2626
where "mypwd" is the new password you want to set.

0 commit comments

Comments
 (0)