X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ffish.c;h=e8c0b60f971d189c23097e5691d2ed2a192af253;hp=04ee5b03a7c370478584c5bcbc5325578133c8c9;hb=42b62b8240a9b32f0a198105b03cfadaf97a7a7b;hpb=513363290ef146c8cc54ba80087ae8dd66a40ab9 diff --git a/fish/fish.c b/fish/fish.c index 04ee5b0..e8c0b60 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -113,7 +113,7 @@ usage (int status) fprintf (stdout, _("%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" - "Copyright (C) 2009 Red Hat Inc.\n" + "Copyright (C) 2009-2010 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" " %s -i libvirt-domain\n" @@ -147,7 +147,7 @@ usage (int status) " -v|--verbose Verbose messages\n" " -x Echo each command before executing it\n" " -V|--version Display version and exit\n" - "For more information, see the manpage %s(1).\n"), + "For more information, see the manpage %s(1).\n"), program_name, program_name, program_name, program_name, program_name, program_name, program_name, program_name, program_name);