summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-06-20 14:14:34 +0000
committerJim Meyering <jim@meyering.net>1994-06-20 14:14:34 +0000
commit7a3fb2d7ad5117e0a156ef90ab6f08a32f7436f7 (patch)
tree5f78cf1d322f37aac67cad20ae385edbc51de17b /src/echo.c
parent3a3b00cc54c2dad4ab3bea5fdc81e06f467b5846 (diff)
downloadcoreutils-7a3fb2d7ad5117e0a156ef90ab6f08a32f7436f7.tar.xz
.
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/echo.c b/src/echo.c
index 6f3acb4fc..d1d25d5ec 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -31,6 +31,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdio.h>
#include <sys/types.h>
#include "system.h"
+#include "version.h"
#include "long-options.h"
/* echo [-neE] [arg ...]
@@ -119,7 +120,7 @@ main (argc, argv)
program_name = argv[0];
- parse_long_options (argc, argv, "echo", usage);
+ parse_long_options (argc, argv, "echo", version_string, usage);
/* System V machines already have a /bin/sh with a v9 behaviour. We
use the identical behaviour for these machines so that the