Skip to content

Commit

Permalink
Fix Markdown errors found by markdownlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Rebhan committed Nov 11, 2021
1 parent 7b27c8f commit 7b51960
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/COMMANDS_AND_FLAGS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Telegraf Commands & Flags

### Usage
## Usage

```
```shell
telegraf [commands]
telegraf [flags]
```

### Commands
## Commands

|command|description|
|--------|-----------------------------------------------|
|`config` |print out full sample configuration to stdout|
|`version`|print the version to stdout|

### Flags
## Flags

|flag|description|
|-------------------|------------|
Expand All @@ -41,7 +41,7 @@ telegraf [flags]
|`--usage <plugin>` |print usage for a plugin, ie, `telegraf --usage mysql`|
|`--version` |display the version and exit|

### Examples
## Examples

**Generate a telegraf config file:**

Expand Down

0 comments on commit 7b51960

Please sign in to comment.