This helps with piping to a paper. Signed-off-by: Zhilong Liu <zlliu@xxxxxxxx> --- mdadm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdadm.c b/mdadm.c index 70b16f2..0f736d7 100644 --- a/mdadm.c +++ b/mdadm.c @@ -139,7 +139,7 @@ int main(int argc, char *argv[]) continue; case 'V': - fputs(Version, stderr); + fputs(Version, stdout); exit(0); case 'v': c.verbose++; -- 2.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html