From 9c1f8feb9dfd4c7c0bd3147eba34cb0ca7501f3b Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Fri, 25 Jan 2013 00:52:09 +0100 Subject: [PATCH] fixed typo --- edit_these.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edit_these.sh b/edit_these.sh index aa9bfbf4e..b389d33ad 100755 --- a/edit_these.sh +++ b/edit_these.sh @@ -48,8 +48,8 @@ export MAXDAYS="210" #this does not recurse through subfolders export NZBS="/path/to/nzbs" -#If you have all of your nzbs in one folder select true -#If, you have all of you nzbs split into separate in with the root at $NZBS then selct false +#If you have all of your nzbs in one folder select false +#If, you have all of you nzbs split into separate in with the root at $NZBS then select true #and 10 nzbs will be imported from each subfolder per loop. export NZBMULTI="false"