From: Jim Meyering Date: Sat, 5 Oct 1996 16:37:57 +0000 (+0000) Subject: (main): update --version output to conform to coding standard X-Git-Tag: v2.22-rc1~347^2~10^2~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5209f216e198978ace9205b51d6b32d860efbc0;p=thirdparty%2Futil-linux.git (main): update --version output to conform to coding standard --- diff --git a/login-utils/su.c b/login-utils/su.c index bca680beec..e8096e745e 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -491,7 +491,7 @@ main (int argc, char **argv) if (show_version) { - printf ("su - %s\n", PACKAGE_VERSION); + printf ("su (%s) %s\n", GNU_PACKAGE, VERSION); exit (0); }