]> git.tuebingen.mpg.de Git - adu.git/blobdiff - adu.ggo
Check args before initializing signal handlers.
[adu.git] / adu.ggo
diff --git a/adu.ggo b/adu.ggo
index bb8e2a6ef123788ac47f135d4d1a96b3391747b0..a2a6c03192bf1e615e6cc8ff25eb60e538cc40ad 100644 (file)
--- a/adu.ggo
+++ b/adu.ggo
@@ -89,7 +89,7 @@ section "Modes"
 defgroup "mode"
 #==============
 groupdesc="
-       adu may started in one of two possible modes, each of which
+       adu may be started in one of two possible modes, each of which
        corresponds to a different command line option. Exactly one
        of these options must be given.
 
@@ -133,6 +133,15 @@ details="
        will be ignored when computing statistics.
 "
 
+option "one-file-system" x
+#~~~~~~~~~~~~~~~~~~~~~~~~~
+"do not dive into other file systems"
+flag off
+dependon="create"
+details="
+       Skip directories that are on different filesystems from the
+       one that the argument being processed is on.
+"
 
 ##############################
 section "Options for --select"