From 4c9218658e4d4b769acaa41d999b4bce437fbc37 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 9 Mar 2012 16:52:28 +0000 Subject: [PATCH] e2fsck: Comment, whitespace, error message cleanups. --- daemon/ext2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daemon/ext2.c b/daemon/ext2.c index b1c6c020a..a427d7a19 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -264,6 +264,7 @@ do_resize2fs_M (const char *device) return 0; } +/* Takes optional arguments, consult optargs_bitmask. */ int do_e2fsck (const char *device, int correct, @@ -285,11 +286,10 @@ do_e2fsck (const char *device, forceall = 0; if (correct && forceall) { - reply_with_error("Only one of the options may be specified"); + reply_with_error ("only one of the options 'correct', 'forceall' may be specified"); return -1; } - ADD_ARG (argv, i, prog); ADD_ARG (argv, i, "-f");