summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-04 04:16:01 +0000
committerJim Meyering <jim@meyering.net>1996-10-04 04:16:01 +0000
commitde05a873ec03684edc6229e86282886ece7e53d0 (patch)
tree7eba5ad872d6c9def7419d41d87510843580698b /src/rmdir.c
parent3361bd2bca857df4e502280400aa88a7cebda588 (diff)
downloadcoreutils-de05a873ec03684edc6229e86282886ece7e53d0.tar.xz
(main): update --version output to conform to coding standard
Diffstat (limited to 'src/rmdir.c')
-rw-r--r--src/rmdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmdir.c b/src/rmdir.c
index f309c1b91..31246c730 100644
--- a/src/rmdir.c
+++ b/src/rmdir.c
@@ -125,7 +125,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("rmdir - %s\n", PACKAGE_VERSION);
+ printf ("rmdir (GNU %s) %s\n", PACKAGE, VERSION);
exit (0);
}