summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index 8116699f6..c8905cd18 100644
--- a/src/df.c
+++ b/src/df.c
@@ -572,7 +572,7 @@ main (int argc, char **argv)
if (show_version)
{
- printf ("df (GNU %s) %s\n", PACKAGE, VERSION);
+ printf ("df (%s) %s\n", GNU_PACKAGE, VERSION);
exit (0);
}