summaryrefslogtreecommitdiff
path: root/patlooptest.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-07 10:04:55 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-07 10:04:55 +0000
commiteb3c91a69f0068e22ec515705eab97bcb8a3a7d8 (patch)
tree9c258c2272771591d433bbd8cbcd4b6e3a022398 /patlooptest.c
parent5646a6220ff9032156a7e057d0abc81e282435e4 (diff)
Fix some usage messages.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3620 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'patlooptest.c')
-rw-r--r--patlooptest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patlooptest.c b/patlooptest.c
index 80c8a43..d848ccf 100644
--- a/patlooptest.c
+++ b/patlooptest.c
@@ -42,7 +42,7 @@ int main(int argc, char *argv[])
int timeout=0;
time_t start_time=0;
if (argc < 2 || argc > 3 ) {
- fprintf(stderr, "Usage: %s <zaptel device (optional timeout)>\n",argv[0]);
+ fprintf(stderr, "Usage: %s <zaptel device> [timeout]\n",argv[0]);
exit(1);
}
fd = open(argv[1], O_RDWR, 0600);