diff options
Diffstat (limited to 'client/echo.c')
-rw-r--r-- | client/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/echo.c b/client/echo.c index 90a538faf62..6904f541960 100644 --- a/client/echo.c +++ b/client/echo.c @@ -16,7 +16,7 @@ /* echo is a replacement for the "echo" command builtin to cmd.exe - on Windows, to get a Unix eqvivalent behaviour when running commands + on Windows, to get a Unix equivalent behaviour when running commands like: $> echo "hello" | mysql |