Remove leftover .hgtags
[grml-crypt.git] / grml-crypt.8.txt
index 4fb3045..43be27d 100644 (file)
@@ -32,9 +32,9 @@ ACTIONS
     Commands: [losetup], dd, cryptsetup luksFormat, cryptsetup
     luksOpen, [dd], mkfs, [mount]
 
-*start <device/file> <mountpoint>*::
+*start <device/file> [mountpoint]*::
     Starts an encrypted <device/file> and mounts it to the given
-    mountpoint. Commands: [losetup], cryptsetup luksOpen, mount
+    or a default mountpoint. Commands: [losetup], cryptsetup luksOpen, mount
 
 *stop <mountpoint>*::
     Stops an encrypted filesystem mounted at <mountpoint>. Even the
@@ -80,6 +80,10 @@ Shows what is going on (more v => more out).
     be bigger than 2MB for LUKS only + the constraints from the filesystems
     itself (eg. xfs needs a minimum of 4096 blocks).
 
+*-F*::
+    Only for action start: Run fsck on the filesystem before mounting it to
+    the given mountpoint. If given twice, use fsck's -f option as well.
+
 *-m*::
     Additional arguments passed through to mount. Could be like "'-o noatime'".