From 968a156b0a1bdc1fdef4144e5d56ef26ee8083d8 Mon Sep 17 00:00:00 2001 From: Nate Straz Date: Wed, 14 Jun 2006 21:13:37 +0000 Subject: Fix a minor whitespace issue --- qarsh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qarsh.c b/qarsh.c index 0633023..1bf4fd7 100644 --- a/qarsh.c +++ b/qarsh.c @@ -44,8 +44,8 @@ usage(const char *pname) "-l user Run cmdline using this user name.\n" "-g group Run cmdline using this group name.\n" "-p port Use this port to contact qarshd.\n" - "-t timeout Number of seconds a remote host can be\n" - " silent before we give up and exit\n" + "-t timeout Number of seconds a remote host can be\n" + " silent before we give up and exit\n" " A value of 0 disables heartbeating.\n" " Default is value is 120.\n" " Env var QARSH_TIMEOUT can also be set.\n" -- cgit