diff options
author | Matthew Leeds <matthew.leeds@endlessm.com> | 2018-04-10 16:34:43 -0700 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-12 14:30:53 +0000 |
commit | 8e861a854f482493677baffdfc67b226a92ebef9 (patch) | |
tree | e2e3e41be5a99cdf6ce188f0cbc6d6f266f2b111 /doc | |
parent | 0867fb53053c47e05d2cb96d02bd646839492998 (diff) | |
download | flatpak-8e861a854f482493677baffdfc67b226a92ebef9.tar.gz |
doc: Add a hint about how to use update --commit
Closes: #1568
Approved by: alexlarsson
Diffstat (limited to 'doc')
-rw-r--r-- | doc/flatpak-update.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/flatpak-update.xml b/doc/flatpak-update.xml index 52924caf..fbf796dc 100644 --- a/doc/flatpak-update.xml +++ b/doc/flatpak-update.xml @@ -146,7 +146,8 @@ <term><option>--commit=COMMIT</option></term> <listitem><para> - Update to this commit, instead of the tip of the branch. + Update to this commit, instead of the tip of the branch. You can find commits + using <command>flatpak remote-info --log REMOTE REF</command>. </para></listitem> </varlistentry> |