Skip to content

Commit

Permalink
added addtion param to show they can be separate by space
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizen-cmd authored and secwall committed Jul 22, 2024
1 parent 30f5dd5 commit 4d1b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ callbacks:
### Connection
We could use command-line arguments for connection configuration:
```
admin@localhost foodb $ pgmigrate -c 'dbname=foodb' ...
admin@localhost foodb $ pgmigrate -c 'dbname=foodb user=foo ...' ...
```
Or configuration file:
```
Expand Down

0 comments on commit 4d1b4bd

Please sign in to comment.