about summary refs log tree commit diff
path: root/fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fail.c')
-rw-r--r--fail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fail.c b/fail.c
index 4984e33..a08253a 100644
--- a/fail.c
+++ b/fail.c
@@ -121,6 +121,6 @@ main(int argc, char *argv[])
 		}
         }
 
-	write(2, "Usage: fail [-123Oacdikrst]", 8);
+	write(2, "Usage: fail [-123Oacdikrst]\n", 28);
 	exit(1);
 }