Update quickstart.md

This commit is contained in:
Zach Musgrave
2021-03-17 13:47:47 -07:00
committed by GitHub
parent 41bc3b6a0a
commit 05e316a8fa
+3 -2
View File
@@ -125,11 +125,12 @@ make your edits.
## See your changes
After you've inserted some data, you can inspect the changes you made
using `dolt diff`. If you added a lot of rows, use the `--summary` to
get a summary instead.
using `dolt diff`. If you added a lot of rows, use the `--summary` flag
to get a summary instead.
```sh
% dolt diff
% dolt diff --summary
```
## Commit your changes