# HG changeset patch # User Changaco # Date 1334574076 -7200 # Node ID b960713823a71c44fe6f9aa0faadeb355d4e434d # Parent ddbbd4ee5d47916ebb59d71f2ea7dab0472353eb add a note about globbing in README Signed-off-by: Changaco diff --git a/README b/README --- a/README +++ b/README @@ -11,3 +11,4 @@ Compatibility: gamin only works on Linux Installation/Removal/Update: ./setup install|uninstall|update Configuration: see examples/ +Note: globbing (i.e. using wildcards like in "*.atom") only works on startup, it won't detect files created after that.