[Pkg-libvirt-commits] [libguestfs] 01/11: p2v: Whitespace change in options list.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:44:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.41-1
in repository libguestfs.

commit e52ec0a3dfb504e71db105405746dc2f36e07444
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Sep 8 11:07:03 2014 +0100

    p2v: Whitespace change in options list.
---
 p2v/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/p2v/main.c b/p2v/main.c
index 0f75a9c..75a18c3 100644
--- a/p2v/main.c
+++ b/p2v/main.c
@@ -38,6 +38,7 @@
 
 #include "p2v.h"
 
+int fullscreen;
 char **all_disks;
 char **all_removable;
 char **all_interfaces;
@@ -54,6 +55,7 @@ static const struct option long_options[] = {
   { "help", 0, 0, HELP_OPTION },
   { "cmdline", 1, 0, 0 },
   { "long-options", 0, 0, 0 },
+  { "fullscreen", 0, 0, 0 },
   { "verbose", 0, 0, 'v' },
   { "version", 0, 0, 'V' },
   { 0, 0, 0, 0 }
@@ -74,7 +76,8 @@ usage (int status)
              "Options:\n"
              "  --help                 Display brief help\n"
              " --cmdline=CMDLINE       Used to debug command line parsing\n"
-              "  -v|--verbose           Verbose messages\n"
+             " --fullscreen            Run virt-p2v in full screen mode\n"
+             "  -v|--verbose           Verbose messages\n"
              "  -V|--version           Display version and exit\n"
              "For more information, see the manpage %s(1).\n"),
              program_name, program_name, program_name);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list