Skip to content

Commit d57fa75

Browse files
DOC Update docs to reflect changes in CLI interaction (#123)
1 parent 9d66c8a commit d57fa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/01_basic_usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MyModel extends DataObject
4040
}
4141
```
4242

43-
Run a `dev/build?flush=all` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective.
43+
Run `sake db:build --flush` and you'll be able to add taxonomy terms to your record - but now you need to create some terms! See [the userhelp documentation](https://userhelp.silverstripe.org/en/optional_features/taxonomies/) for information about functionality from a content author perspective.
4444

4545
## Filtering by type
4646

0 commit comments

Comments
 (0)