1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Minor documentation updates.

Auditors: vrana, btrahan
This commit is contained in:
epriestley 2012-04-07 11:05:58 -07:00
parent 6c2e032dbe
commit ff4f72fdab

View file

@ -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 ==