summaryrefslogtreecommitdiff
path: root/uim.c
diff options
context:
space:
mode:
Diffstat (limited to 'uim.c')
-rw-r--r--uim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uim.c b/uim.c
index 53fc88e..c8d686d 100644
--- a/uim.c
+++ b/uim.c
@@ -499,8 +499,8 @@ int main(int argc, char *argv[])
}
} else {
UIM_ERR(" Invalid arguments");
- UIM_ERR(" Usage: uim [Uart device] [Baud rate] \
- [Flow control] [Line discipline]");
+ UIM_ERR(" Usage: uim [Uart device] [Baud rate]" \
+ " [Flow control] [Line discipline]");
return -1;
}