Skip to content

Commit

Permalink
docs: update dsync option for deleting destination files
Browse files Browse the repository at this point in the history
    - update no-delete option to delete-dst option, which will
      delete extraneous files in the destination directory
  • Loading branch information
Danielle Sikich committed Dec 14, 2018
1 parent 76004db commit 3698654
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/rst/dsync.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ DESCRIPTION

Parallel MPI application to synchronize two files or two directory trees.

dsync makes DEST match SRC, adding missing entries from DEST, removing
extra entries from DEST, and updating existing entries in DEST as necessary
so that SRC and DEST have identical content, ownership, timestamps, and permissions.
dsync makes DEST match SRC, adding missing entries from DEST, and updating
existing entries in DEST as necessary so that SRC and DEST have identical
content, ownership, timestamps, and permissions.

OPTIONS
-------
Expand All @@ -31,9 +31,9 @@ OPTIONS
Compare files byte-by-byte rather than checking size and mtime
to determine whether file contents are different.

.. option:: -N, --no-delete
.. option:: -D, --delete-dst

Do not delete extraneous files from destination.
Delete extraneous files from destination.

.. option:: -v, --verbose

Expand Down

0 comments on commit 3698654

Please sign in to comment.