All command-line arguments are now optional

This commit is contained in:
Pierre Pronchery 2010-08-07 00:17:05 +00:00
parent 9af630e069
commit 2f5c17596e

View File

@ -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"