Skip to content

Commit

Permalink
doc nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Sep 2, 2022
1 parent 5556aec commit 1963d90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,13 @@ You can also specify the date and time relative to the current moment:
The :ref:`compare command <compare>` allows you to see and manage the
differences between your local files and those in an archive. You can compare
individual files or entire directories. You can use the date and archive
options to select the particular archive to compare against.
options to select the particular archive to compare against. You can use the
interactive version of the command to graphically view changes and merge them
back into you local files.

.. code-block:: bash
$ emborg compare doc/thesis
$ emborg compare -i doc/thesis
The :ref:`restore command <restore>` restores files or directories in place,
meaning it replaces the current version with the one from the archive.
Expand Down

0 comments on commit 1963d90

Please sign in to comment.