diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:33:56 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:38:44 -0500 |
commit | 79b52642e63dc90b28f6009a7f314b2152e28e89 (patch) | |
tree | df678f85c2d9f121991547e1f973d6d929c3714f | |
parent | a04da147f8e170a64fcec425a77affb8f02424da (diff) | |
download | dotfiles-79b52642e63dc90b28f6009a7f314b2152e28e89.tar.gz dotfiles-79b52642e63dc90b28f6009a7f314b2152e28e89.tar.bz2 dotfiles-79b52642e63dc90b28f6009a7f314b2152e28e89.zip |
Update sync documentation to indicate optional file argument
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Interface ``-r, --remove <file...>`` Remove dotfile(s) from the repository. -``-s, --sync <file...>`` +``-s, --sync [file...]`` Update dotfile symlinks. You can overwrite colliding files with ``-f`` or ``--force``. All dotfiles are assumed if you do not specify any files to this command. |