X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ffish.c;fp=fish%2Ffish.c;h=2ccef6abad7b5cb3020420cf30290d1a5ce27840;hp=57f4cf5a4cb498b160a864028036641dc01544c3;hb=2360288af5b89968150006ad2b601ca7e8f7526d;hpb=a9c10ae5aad6246f958019de10348ddfa0e0f1cf diff --git a/fish/fish.c b/fish/fish.c index 57f4cf5..2ccef6a 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1115,10 +1115,7 @@ display_builtin_command (const char *cmd) " running \"cat\", editing locally, and then \"write\".\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")) { @@ -1164,10 +1161,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") ||