From e3a371f144d4cebcfc5e0fb4f09e1853a7b422b9 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Fri, 26 Sep 2014 13:21:37 +0300 Subject: [PATCH] docs: Add --no-snapshot option in the man pages --- docs/man/snf-image-creator.rst | 3 +++ docs/man/snf-mkimage.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/man/snf-image-creator.rst b/docs/man/snf-image-creator.rst index cd1704c..38118dc 100644 --- a/docs/man/snf-image-creator.rst +++ b/docs/man/snf-image-creator.rst @@ -23,5 +23,8 @@ Options show this help message and exit -l FILE, --logfile=FILE log all messages to FILE +--no-snapshot + don't snapshot the input media. (THIS IS DANGEROUS AS IT WILL ALTER THE + ORIGINAL MEDIA!!!) --tmpdir=DIR create large temporary image files under DIR diff --git a/docs/man/snf-mkimage.rst b/docs/man/snf-mkimage.rst index 3d7e6cf..e622ae9 100644 --- a/docs/man/snf-mkimage.rst +++ b/docs/man/snf-mkimage.rst @@ -44,6 +44,9 @@ Options --no-shrink don't shrink any partition +--no-snapshot + don't snapshot the input media. (THIS IS DANGEROUS AS IT WILL ALTER THE + ORIGINAL MEDIA!!!) --no-sysprep don't perform any system preparation operation -- GitLab