From b6d25c3cdc07ffeaa832ee0aa33495efc5e71025 Mon Sep 17 00:00:00 2001 From: Future Days Media Date: Wed, 12 Jul 2017 16:40:27 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b94bb2c..b4e290a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ python hashmove.py -l /home/path/to/dir/a /home/path/to/dir/b python hashmove.py -v "/home/path to/dir/you question" /home/path/to/dir/with/hashes -##pro-tip +## pro-tip if you have a directory with lots of subdirectories you'd like to move, it's probably better to loop through your parent dir and hashmove each subdir individually, rather than just hashmoving the parent.\ @@ -46,4 +46,4 @@ try: for subdir in parent: -python hashmove subdir /newparent/subdirname \ No newline at end of file +python hashmove subdir /newparent/subdirname