]> code.delx.au - mediapc-tools/commitdiff
monitor-dir: updated usage info
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 19 Feb 2013 11:16:24 +0000 (22:16 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 19 Feb 2013 11:16:24 +0000 (22:16 +1100)
monitor-dir

index ce5cd506881d263df3d63c8d5795ea9e7673278e..84d35f00a33fcfd6aab93fe377d618a55e4f01b8 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash -e
 
 # Use with crontab entry like:
-#   */5 *   *   *   *     $HOME/bin/monitor_dir /path/to/something
+#   */5 *   *   *   *     $HOME/bin/monitor-dir /path/to/something
 
 if [ -z "$1" ]; then
        echo "Usage $0 dir [monitor_file] [ls]"