--add no longer replaces existing "captive-ntfs" entries by default.
[captive.git] / src / install / fstab / captive-install-fstab.pod.pl.in
index a89cd08..1044bc8 100644 (file)
@@ -67,8 +67,8 @@ You will probably use this option together with [B<-v>|B<--verbose>].
 =item B<--add>
 
 Add all the found B<NTFS> disk drive partitions to B</etc/fstab>.
-Any previous B<captive-ntfs> entries will be deleted as described in
-B<--remove> option.
+Previous B<captive-ntfs> entries for the same device will be kept
+if B<--replace> is not used.
 
 
 =item B<--remove>
@@ -77,6 +77,12 @@ Remove all lines of filesystem type B<@PACKAGE@-ntfs> and device name in
 B</dev> directory.
 
 
+=item B<--replace>
+
+Replace existing entries by new ones on B<--add>. By default the existing
+B<captive-ntfs> entries are kept untouched.
+
+
 =back