Update usage text for new include/exclude filtering mechanism.
authorMichael Vrable <mvrable@google.com>
Tue, 25 Sep 2012 21:03:43 +0000 (14:03 -0700)
committerMichael Vrable <mvrable@google.com>
Thu, 27 Sep 2012 22:51:58 +0000 (15:51 -0700)
main.cc

diff --git a/main.cc b/main.cc
index 15ddfc6..6b9f457 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -653,8 +653,10 @@ void usage(const char *program)
         "  --dest=PATH          path where backup is to be written\n"
         "  --upload-script=COMMAND\n"
         "                       program to invoke for each backup file generated\n"
-        "  --exclude=PATH       exclude files in PATH from snapshot\n"
-        "  --exclude-name=NAME  exclude files called NAME from snapshot\n"
+        "  --exclude=PATTERN    exclude files matching PATTERN from snapshot\n"
+        "  --include=PATTERN    include files matching PATTERN in snapshot\n"
+        "  --dir-merge=PATTERN  parse files matching PATTERN to read additional\n"
+        "                       subtree-specific include/exclude rules during backup\n"
         "  --localdb=PATH       local backup metadata is stored in PATH\n"
         "  --tmpdir=PATH        path for temporarily storing backup files\n"
         "                           (defaults to TMPDIR environment variable or /tmp)\n"