diff options
-rw-r--r-- | src/stasher.ml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stasher.ml b/src/stasher.ml index c850538..201c9b2 100644 --- a/src/stasher.ml +++ b/src/stasher.ml @@ -55,9 +55,7 @@ let backupnot = ("The values of this preference specify paths or individual files or" ^ " regular expressions that should {\\em not} " ^ "be backed up, even if the {\\tt backup} preference selects " - ^ "them---i.e., " - ^ "it selectively overrides {\\tt backup}. The same caveats apply here " - ^ "as with {\\tt ignore} and {\\tt ignorenot}.") + ^ "them---i.e., it selectively overrides {\\tt backup}.") let _ = Pred.alias backupnot "mirrornot" |