apk: use APK_DEFAULT_ARCH in version().

cute-signatures
William Pitcock 2011-07-16 04:29:09 -05:00
parent 37a682e560
commit 86a67d4415
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ static struct apk_option generic_options[] = {
static int version(void)
{
printf("apk-tools " APK_VERSION "\n");
printf("apk-tools " APK_VERSION ", compiled for " APK_DEFAULT_ARCH ".\n");
return 0;
}