From 37f7862ffbaefdc3524abd54f929668882fc50bc Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 25 Feb 2005 22:35:54 +0000 Subject: [PATCH] Missing \n at the end of the usage message. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11498 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/strace/strace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/strace/strace.cpp b/src/apps/bin/strace/strace.cpp index 41f649a007..d927c1ef9d 100644 --- a/src/apps/bin/strace/strace.cpp +++ b/src/apps/bin/strace/strace.cpp @@ -59,7 +59,7 @@ static const char *kUsage = " respectively the loaded executable's main thread.\n" " -T - Trace all threads of the supplied or loaded executable's\n" " team. If an ID is supplied, it is interpreted as a team\n" -" ID." +" ID.\n" ; // terminal color escape sequences