diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:34:21 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-11-07 09:38:44 -0500 |
commit | e04b5e6cb601bce8c5e3db1b6dd998158d7d4b42 (patch) | |
tree | 6c853a735574f8b47d8119c8680f8cc3467bc0b5 | |
parent | 79b52642e63dc90b28f6009a7f314b2152e28e89 (diff) | |
download | dotfiles-e04b5e6cb601bce8c5e3db1b6dd998158d7d4b42.tar.gz dotfiles-e04b5e6cb601bce8c5e3db1b6dd998158d7d4b42.tar.bz2 dotfiles-e04b5e6cb601bce8c5e3db1b6dd998158d7d4b42.zip |
Update move documentation to be more concise
-rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -40,8 +40,9 @@ Interface ``--force``. All dotfiles are assumed if you do not specify any files to this command. -``-m, --move`` - Move dotfiles repository to another location. +``-m, --move <path>`` + Move dotfiles repository to another location, updating all symlinks in the + process. For all commands you can use the ``--dry-run`` option, which will print actions and won't modify anything on your drive. |