diff options
Diffstat (limited to 'src/touch.c')
-rw-r--r-- | src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index f636632be..90dd31010 100644 --- a/src/touch.c +++ b/src/touch.c @@ -198,7 +198,7 @@ main (argc, argv) if (show_version) { - printf ("%s\n", version_string); + printf ("touch - %s\n", version_string); exit (0); } |