Bug 1040155

Summary: virt-sandbox man uncomplete
Product: [Community] Virtualization Tools Reporter: Fl@sh <alex.mail.1534>
Component: libvirt-sandboxAssignee: Libvirt Maintainers <libvirt-maint>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecified   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-11 11:36:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Fl@sh 2013-12-10 20:40:48 UTC
Description of problem:
It seems to me that the man page is not complete.
Personally, I had to read the code to understand.

Version-Release number of selected component (if applicable):
libvirt-sandbox-0.2.0-2

How reproducible:
man virt-sandbox

Steps to Reproduce:
1.
2.
3.

Actual results:
 -I HOST-PATH, --includefile=HOST-PATH
               Copy all files listed in inputfile into the appropriate temporary sandbox directories.

Expected results:
 -i GUEST-PATH=HOST-PATH, --include GUEST-PATH=HOST-PATH
 		File (HOST-PATH) to copy into custom dir
 (GUEST-PATH).
 
 -I HOST-PATH, --includefile=HOST-PATH
 		Copy all files listed in inputfile into the
 appropriate temporary sandbox directories. File should
 contain a line like: GUEST-PATH=HOST-PATH
 
 Directory (or subdirectory) of GUEST-PATH path
 must to exist in the guest filesystem (use --mount)

Additional info:
Maybe I misunderstood how to use inclusion, but it says even
more about what leadership should be written in detail.
P.S. On the use of the network too.