clarifying through deletion

pull/2765/head
Sean Beckett 2015-06-10 16:10:31 -07:00
parent d9e088e62f
commit cedcec3f04
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ REVOKE ALL [PRIVILEGES] FROM <user>
-- delete a user
DROP USER <name>
```
where `<privilege> := READ | WRITE | All [PRIVILEGES]`.
where `<privilege> := READ | WRITE | All `.
Authentication must be enabled in the influxdb.conf file for user permissions to be in effect.