changeset 760:d4868a6f546d

Removed unnecessary slash from command for deeply nested listdirs
author Ben Schmidt
date Tue, 12 Oct 2010 09:14:35 +1100
parents 39881695c4cf
children 4bf5317e9bd7
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Oct 11 21:59:19 2010 +1100
+++ b/README	Tue Oct 12 09:14:35 2010 +1100
@@ -105,7 +105,7 @@
 
     If you have lists more deeply nested below /var/spool/mlmmj, use
     something like:
-    find /var/spool/mlmmj/ -mindepth 1 -maxdepth 1 -type d \
+    find /var/spool/mlmmj -mindepth 1 -maxdepth 1 -type d \
         -exec /usr/bin/mlmmj-maintd -F -d {} \;
 
 That's it! You probably want to go through the next steps too.