Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix typo #1954

Merged
merged 6 commits into from
Mar 25, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GRANT ROLE 语法

```ngql
REVOKE ROLE <role_type> ON <space> FROM <user>
GRANT ROLE <role_type> ON <space> TO <user>
```

使用 `GRANT` 语句为 **Nebula Graph** 用户授予权限。使用 `GRANT` 必须拥有 `GRANT` 权限。
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ For details on the returned results, please refer to the previous section [List

### STOP JOB

The `STOP JOB` statement jobs that are not finished.
The `STOP JOB` statement stops jobs that are not finished.

```ngql
nebula> STOP JOB 22