summaryrefslogtreecommitdiff
path: root/src/rmdir.c
diff options
context:
space:
mode:
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);
}