X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=fsck.c;h=ce8f1dc704c6c335f356233284a85093b11ddcad;hp=955ed31bf1b004a9360c577fe22722c8738bc4e4;hb=cc7f7cc534b1b60bad49e99411749cb680aaaf8d;hpb=56991e79c2e29385fb654850e1f23b0243d66c8a diff --git a/fsck.c b/fsck.c index 955ed31..ce8f1dc 100644 --- a/fsck.c +++ b/fsck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2009 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -18,13 +18,12 @@ #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" \ "Written by Andre Noll.\n" \ - "Report bugs to .\n" + "Report bugs to .\n" /** print out \p VERSION_TEXT and exit if version flag was given */ #define HANDLE_VERSION_FLAG(_prefix, _args_info_struct) \