corrected capitalization in "Global flags" headers

pull/21/head
Scott Anderson 2019-01-21 15:22:22 -07:00
parent 05a91ab807
commit 31f2c8ae65
40 changed files with 40 additions and 40 deletions

View File

@ -33,7 +33,7 @@ influx auth [command]
|:---- |:----------- |
| `-h`, `--help` | Help for the `auth` command |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx auth active [flags]
| `-h`, `--help` | Help for the `active` command | |
| `-i`, `--id` | The authorization ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -36,7 +36,7 @@ influx auth create [flags]
| `--write-telegrafs` | Grants the permission to create telegraf configs | |
| `--write-user` | Grants the permission to perform mutative actions against organization users | |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx auth delete [flags]
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | The authorization ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx auth find [flags]
| `-u`, `--user` | The user | string |
| `--user-id` | The user ID | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx auth inactive [flags]
| `-h`, `--help` | Help for the `inactive` command | |
| `-i`, `--id` | The authorization ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -29,7 +29,7 @@ influx bucket [command]
|:---- |:----------- |
| `-h`, `--help` | Help for the `bucket` command |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -24,7 +24,7 @@ influx bucket create [flags]
| `--org-id` | The ID of the organization that owns the bucket | string |
| `-r`, `--retention` | Duration in nanoseconds data will live in bucket | duration |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx bucket delete [flags]
| `-h`, `--help` | Help for the `delete` command | |
| `-i`, `--id` | The bucket ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -24,7 +24,7 @@ influx bucket find [flags]
| `-o`, `--org` | The bucket organization name | string |
| `--org-id` | The bucket organization ID | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx bucket update [flags]
| `-n`, `--name` | New bucket name | string |
| `-r`, `--retention` | New duration data will live in bucket | duration |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -20,7 +20,7 @@ influx help [command] [flags]
|:---- |:----------- |
| `-h`, `--help` | Help for help |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -33,7 +33,7 @@ influx org [command]
|:---- |:----------- |
| `-h`, `--help` | Help for the `org` command |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx org create [flags]
| `-h`, `--help` | Help for `create` | |
| `-n`, `--name` | The name of organization that will be created | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx org delete [flags]
| `-h`, `--help` | Help for `delete` | |
| `-i`, `--id` | The organization ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx org find [flags]
| `-i`, `--id` | The organization ID | string |
| `-n`, `--name` | The organization name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -28,7 +28,7 @@ influx org members [command]
|:---- |:----------- |
| `-h`, `--help` | Help for `members` |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx org members add [flags]
| `-o`, `--member` | The member ID | string |
| `-n`, `--name` | The organization name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx org members list [flags]
| `-i`, `--id` | The organization ID | string |
| `-n`, `--name` | The organization name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx org members remove [flags]
| `-o`, `--member` | The member ID | string |
| `-n`, `--name` | The organization name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx org update [flags]
| `-i`, `--id` | The organization ID **(Required)** | string |
| `-n`, `--name` | The organization name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -24,7 +24,7 @@ influx query [query literal or @/path/to/query.flux] [flags]
| `-h`, `--help` | Help for the query command | |
| `--org-id` | The organization ID | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -25,7 +25,7 @@ influx repl [flags]
| `-o`, `--org` | The name of the organization | string |
| `--org-id` | The ID of organization to query | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx setup [flags]
|:---- |:----------- |
| `-h`, `--help` | Help for the `setup` command |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -32,7 +32,7 @@ influx task [command]
|:---- |:----------- |
| `-h`, `--help` | Help for the `task` command |
### Global Flags
### Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx task create [query literal or @/path/to/query.flux] [flags]
| `--org` | Organization name | string |
| `--org-id` | ID of the organization that owns the task | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx task delete [flags]
| `-h`, `--help` | Help for `delete` | |
| `-i`, `--id` | Task id **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -24,7 +24,7 @@ influx task find [flags]
| `--org-id` | Task organization ID | string |
| `-n`, `--user-id` | Task owner ID | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -26,7 +26,7 @@ influx task log [command]
|:---- |:----------- |
| `-h`, `--help` | Help for `log` |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx task log find [flags]
| `--run-id` | Run ID | string |
| `--task-id` | Task ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx task retry [flags]
| `-r`, `--run-id` | Run id **(Required)** | string |
| `-i`, `--task-id` | Task id **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -28,7 +28,7 @@ influx task run [command]
|:---- |:----------- |
| `-h`, `--help` | Help for `run` |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -26,7 +26,7 @@ influx task run find [flags]
| `--run-id` | Run ID | string |
| `--task-id` | Task ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx task update [flags]
| `-i`, `--id` | Task ID **(Required)** | string |
| `--status` | Update task status | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -29,7 +29,7 @@ influx user [command]
|:---- |:----------- |
| `-h`, `--help` | Help for the `user` command |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx user create [flags]
| `-h`, `--help` | Help for `create` | |
| `-n`, `--name` | The user name **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -21,7 +21,7 @@ influx user delete [flags]
| `-h`, `--help` | Help for `delete` | |
| `-i`, `--id` | The user ID **(Required)** | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -22,7 +22,7 @@ influx user find [flags]
| `-i`, `--id` | The user ID | string |
| `-n`, `--name` | The user name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -23,7 +23,7 @@ influx user update [flags]
| `-i`, `--id` | The user ID **(Required)** | string |
| `-n`, `--name` | The user name | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |

View File

@ -28,7 +28,7 @@ influx write [line protocol or @/path/to/points.txt] [flags]
| `--org-id` | The ID of the organization that owns the bucket | string |
| `-p`, `--precision` | Precision of the timestamps of the lines (default `ns`) | string |
## Global Flags
## Global flags
| Global flag | Description | Input type |
|:----------- |:----------- |:----------:|
| `--host` | HTTP address of InfluxDB (default `http://localhost:9999`) | string |