From 22fc66f6b2bf5074ff7b276e1fe08bac5d726c99 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 7 Oct 2013 14:27:25 +0100 Subject: [PATCH] sysprep: Fix documentation for --mount-options. --- sysprep/main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysprep/main.ml b/sysprep/main.ml index e5fe9c45f..cacf7b2e5 100644 --- a/sysprep/main.ml +++ b/sysprep/main.ml @@ -116,7 +116,7 @@ let debug_gc, operations, g, selinux_relabel, quiet, mount_opts = "--format", Arg.Set_string format, s_"format" ^ " " ^ s_"Set format (default: auto)"; "--list-operations", Arg.Unit list_operations, " " ^ s_"List supported operations"; "--long-options", Arg.Unit display_long_options, " " ^ s_"List long options"; - "--mount-options", Arg.Set_string mount_opts, s_"opts" ^ " " ^ s_"Set mount options (/:noatime;/var:rw,noatime)"; + "--mount-options", Arg.Set_string mount_opts, s_"opts" ^ " " ^ s_"Set mount options (eg /:noatime;/var:rw,noatime)"; "-q", Arg.Set quiet, " " ^ s_"Don't print log messages"; "--quiet", Arg.Set quiet, " " ^ s_"Don't print log messages"; "--selinux-relabel", Arg.Unit force_selinux_relabel, " " ^ s_"Force SELinux relabel";