[Pkg-libvirt-commits] [libvirt-sandbox] 06/42: virt-sandbox: document how to pass arguments to commands
Guido Guenther
agx at moszumanska.debian.org
Sat May 27 16:27:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch debian/experimental
in repository libvirt-sandbox.
commit 67316356806a446903630f284438420d94533bc3
Author: Guido Günther <agx at sigxcpu.org>
Date: Fri Apr 15 10:44:11 2016 +0200
virt-sandbox: document how to pass arguments to commands
The example was already correct but the synopsis didn't mention '--' is
required.
---
bin/virt-sandbox.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/virt-sandbox.c b/bin/virt-sandbox.c
index 9495e85..d6a441c 100644
--- a/bin/virt-sandbox.c
+++ b/bin/virt-sandbox.c
@@ -345,7 +345,9 @@ virt-sandbox - Run cmd under a virtual machine sandbox
=head1 SYNOPSIS
-virt-sandbox [OPTIONS...] COMMAND [CMDARG1 [CMDARG2 [...]]]
+virt-sandbox [OPTIONS...] COMMAND
+
+virt-sandbox [OPTIONS...] -- COMMAND [CMDARG1 [CMDARG2 [...]]]
=head1 DESCRIPTION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git
More information about the Pkg-libvirt-commits
mailing list