X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ffish.c;h=3dc380a2bd32e38540f978e832fb115dcbd21ce4;hb=5222be29f81fb98f0448d6e289c2c486fbc56883;hp=e4dab917d2511b923773c5ea47481ebde177d354;hpb=4feaaa4750ce382f5a349449d9c171051dc40a8f;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index e4dab91..3dc380a 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -99,7 +99,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" @@ -1020,10 +1020,7 @@ display_builtin_command (const char *cmd) " running \"cat\", editing locally, and then \"write-file\".\n" "\n" " Normally it uses $EDITOR, but if you use the aliases\n" - " \"vi\" or \"emacs\" you will get those editors.\n" - "\n" - " NOTE: This will not work reliably for large files\n" - " (> 2 MB) or binary files containing \\0 bytes.\n")); + " \"vi\" or \"emacs\" you will get those editors.\n")); return 0; } else if (STRCASEEQ (cmd, "lcd")) { @@ -1061,10 +1058,7 @@ display_builtin_command (const char *cmd) " running \"cat\" and using the pager.\n" "\n" " Normally it uses $PAGER, but if you use the alias\n" - " \"less\" then it always uses \"less\".\n" - "\n" - " NOTE: This will not work reliably for large files\n" - " (> 2 MB) or binary files containing \\0 bytes.\n")); + " \"less\" then it always uses \"less\".\n")); return 0; } else if (STRCASEEQ (cmd, "quit") ||