X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cat%2Fvirt-ls.c;h=64e44353419b58d72e086601023ac3dc6635299b;hb=7177340a6f0e3ac1f238c69b0ad5267e18252fe2;hp=315fb1ff56b0773a359bab6bebd7a29225d3579c;hpb=a20e5c00c35490fa29668630113a01240a69b701;p=libguestfs.git diff --git a/cat/virt-ls.c b/cat/virt-ls.c index 315fb1f..64e4435 100644 --- a/cat/virt-ls.c +++ b/cat/virt-ls.c @@ -1,5 +1,5 @@ /* virt-ls - * Copyright (C) 2010 Red Hat Inc. + * Copyright (C) 2010-2011 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,10 @@ #include #include #include +#include #include +#include +#include #include "progname.h" @@ -59,7 +62,7 @@ usage (int status) _("%s: list files in a virtual machine\n" "Copyright (C) 2010 Red Hat Inc.\n" "Usage:\n" - " %s [--options] -d domname file [dir ...]\n" + " %s [--options] -d domname dir [dir ...]\n" " %s [--options] -a disk.img [-a disk.img ...] dir [dir ...]\n" "Options:\n" " -a|--add image Add image\n"