Skip to content

Commit b6d25c3

Browse files
authored
Update README.md
1 parent 2d4898a commit b6d25c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ python hashmove.py -l /home/path/to/dir/a /home/path/to/dir/b
2626
python hashmove.py -v "/home/path to/dir/you question" /home/path/to/dir/with/hashes
2727

2828

29-
##pro-tip
29+
## pro-tip
3030

3131
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.\
3232

@@ -46,4 +46,4 @@ try:
4646

4747
for subdir in parent:
4848

49-
python hashmove subdir /newparent/subdirname
49+
python hashmove subdir /newparent/subdirname

0 commit comments

Comments
 (0)