From 9e268caf75c36ff9ead417550f68de4a485c7e32 Mon Sep 17 00:00:00 2001 From: BenjaminTrapani Date: Wed, 17 Jan 2018 15:02:33 -0500 Subject: [PATCH] Fix version format to match unit test --- tar/bsdtar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tar/bsdtar.c b/tar/bsdtar.c index 11dedbf9c..963bd4f9a 100644 --- a/tar/bsdtar.c +++ b/tar/bsdtar.c @@ -920,7 +920,7 @@ usage(void) static void version(void) { - printf("bsdtar %s - %s\n", + printf("bsdtar %s - %s \n", BSDTAR_VERSION_STRING, archive_version_details()); exit(0); -- 2.47.2