diff --git a/src/docs/userguide/arcanist_diff.diviner b/src/docs/userguide/arcanist_diff.diviner index c010c1c3e6..766c97f897 100644 --- a/src/docs/userguide/arcanist_diff.diviner +++ b/src/docs/userguide/arcanist_diff.diviner @@ -129,15 +129,16 @@ This information is not unique to a specific version control system. == Force Diff Only == -You can create just a diff (rather than a revision) with `--only` (or -`--preview`, but this disables other features). You can later use it to create +You can create just a diff (rather than a revision) with `--preview` (or +`--only`, but this disables other features). You can later use it to create or update a revision from the web UI. == Other Diff Sources == You can create a diff out of an arbitrary patch file by using `--raw` and piping it to stdin. In most cases this will only create a diff, not a revision. You -can use the web UI to create or update a revision. +can use the web UI to create a revision from the diff, or update an existing +revision. == Force Create / Update ==