From dd236c99130fb7cdeb49b7169a7a44298569f919 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 2 Aug 2009 12:54:46 +0200 Subject: [PATCH] The fsck program is called oslfsck rather than osl_fsck. Remove the underscore and kill an outdated comment. --- fsck.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fsck.c b/fsck.c index 955ed31..3ad043b 100644 --- a/fsck.c +++ b/fsck.c @@ -18,8 +18,7 @@ #include "osl_core.h" #include "fsck.cmdline.h" -/** version text used by various commands if -V switch was given */ -#define VERSION_TEXT(prefix) "osl_" prefix " " VERSION " " "\n" \ +#define VERSION_TEXT(prefix) "osl" prefix " " VERSION " " "\n" \ "Copyright (C) 2008-2009 Andre Noll\n" \ "This is free software with ABSOLUTELY NO WARRANTY." \ " See COPYING for details.\n" \ -- 2.30.2