bsdtar --version should succeed.

This commit is contained in:
kientzle 2008-05-02 05:18:47 +00:00
parent 9d3427eb57
commit 00470f26d3

View File

@ -788,7 +788,7 @@ version(void)
printf("bsdtar %s - %s\n",
BSDTAR_VERSION_STRING,
archive_version());
exit(1);
exit(0);
}
static const char *long_help_msg =