bsdtar --version should succeed.

This commit is contained in:
Tim Kientzle 2008-05-02 05:18:47 +00:00
parent c40b056519
commit 2e4e881bef

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 =