diff actions.c @ 31:4e60d96265f0

removed -c option completely; updated man page; new error code 5
author meillo@marmaro.de
date Fri, 22 Feb 2008 14:57:04 +0100
parents cd979b979610
children b11ac43f3917
line wrap: on
line diff
--- a/actions.c	Fri Feb 22 14:47:47 2008 +0100
+++ b/actions.c	Fri Feb 22 14:57:04 2008 +0100
@@ -40,7 +40,7 @@
 		return action_blackhole(node);
 
 	} else {
-		fprintf(stderr, "unknown kind of node");
+		fprintf(stderr, "unknown kind of node\n");
 		exit(4);
 	}
 }