Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6241e4d

Browse files
docs: fix instances where 'synth --version' is used to be 'synth version'.
1 parent c2a33bd commit 6241e4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/blog/2021-08-31-seeding-databases-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pages of the official documentation.
324324
Once the installer script is done, try running
325325

326326
```bash
327-
$ synth --version
327+
$ synth version
328328
synth 0.5.4
329329
```
330330

docs/docs/getting_started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Finally [add `synth` to your PATH](https://www.architectryan.com/2018/03/17/add-
3434
You should now be able to use `synth`:
3535

3636
```
37-
PS C:\Users\user\workspace> synth --version
37+
PS C:\Users\user\workspace> synth version
3838
```
3939

4040
</TabItem>

0 commit comments

Comments
 (0)