diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-04-01 20:00:36 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-04-01 20:00:36 +0100 |
commit | 9cb976ab5f9c37b90bfaeacbc1296647429b9bcd (patch) | |
tree | ca91962f656f261e142c85bc640b1cc47dcb1ee3 | |
parent | b1f997164ef6c34dbcdefdd7c7ee044255f83333 (diff) | |
download | libguestfs-9cb976ab5f9c37b90bfaeacbc1296647429b9bcd.tar.gz libguestfs-9cb976ab5f9c37b90bfaeacbc1296647429b9bcd.tar.xz libguestfs-9cb976ab5f9c37b90bfaeacbc1296647429b9bcd.zip |
sysprep: script: Documentation fix.
-rw-r--r-- | sysprep/sysprep_operation_script.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/sysprep_operation_script.ml b/sysprep/sysprep_operation_script.ml index 044fd784..977d41f3 100644 --- a/sysprep/sysprep_operation_script.ml +++ b/sysprep/sysprep_operation_script.ml @@ -139,7 +139,7 @@ The mount point (an empty directory on the host) used when the C<script> operation is enabled and one or more scripts are specified using I<--script> parameter(s). -Note that C<scriptdir> B<must> be an absolute path. +B<Note:> C<scriptdir> B<must> be an absolute path. If I<--scriptdir> is not specified then a temporary mountpoint will be created."; |