From: Martin Matuska Date: Mon, 20 Jun 2016 23:55:50 +0000 (+0200) Subject: Report cpio version string with one dash only X-Git-Tag: v3.2.2~58^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F725%2Fhead;p=thirdparty%2Flibarchive.git Report cpio version string with one dash only --- diff --git a/cpio/cpio.c b/cpio/cpio.c index 4b69893b4..c11ac1631 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -498,7 +498,7 @@ long_help(void) static void version(void) { - fprintf(stdout,"bsdcpio %s -- %s\n", + fprintf(stdout,"bsdcpio %s - %s\n", BSDCPIO_VERSION_STRING, archive_version_details()); exit(0);