Skip to content

Commit 52bfb48

Browse files
committed
revert pgwatch usage example change
1 parent 1c2f5b8 commit 52bfb48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/reference/cli_env.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ title: Command-Line Options & Environment Variables
55
## General Usage
66

77
```terminal
8-
pgwatch [OPTIONS]
9-
pgwatch [config | metric | source] [OPTIONS]
8+
pgwatch [OPTIONS] [config | metric | source]
109
```
1110

1211
When no command is specified, pgwatch starts the monitoring process.
@@ -218,7 +217,7 @@ It reads the configuration from the specified sources and metrics, then begins c
218217
### Manage sources
219218

220219
```terminal
221-
pgwatch source <ping | resolve> [OPTIONS]
220+
pgwatch [OPTIONS] source <ping | resolve>
222221
```
223222

224223
!!! info

0 commit comments

Comments
 (0)