From 2f5c17596e4000be62e8f6dc9ac753c3870d4a0e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 7 Aug 2010 00:17:05 +0000 Subject: [PATCH] All command-line arguments are now optional --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6f6f572..b8d7240 100644 --- a/src/main.c +++ b/src/main.c @@ -42,7 +42,7 @@ /* usage */ static int _usage(void) { - fputs(_("Usage: phone -b baudrate -d device -r retry -F\n" + fputs(_("Usage: phone [-b baudrate][-d device][-r retry][-F]\n" " -b Speed to set before communicating with the device\n" " -d Path to the modem device\n" " -r Delay between two tries to open and settle with the modem (ms)\n"