aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2004-05-10 15:29:46 +0000
committerDimitri Sokolyuk <demon@dim13.org>2004-05-10 15:29:46 +0000
commit39d71da3e467aadc3017de61209fe975c46bb369 (patch)
tree3f22a2918550d0bf706b562351b7c132753d30ef
parent99d84ecc0e6630fb736e9090f6570eb8abc473ed (diff)
typo
-rw-r--r--src/main.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 1a0802c..f140f0c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -181,7 +181,7 @@ prdt(AN_D * an_d, TA_D * ta_d)
printf("Valid\t%.2u:00 - %.2u:00 h\n",
ta_d->prev ? ta_d->prev->time : (char) NULL,
ta_d->time);
- printf("Fee:\t%.2f ct/min"
+ printf("Fee\t%.2f ct/min"
" + %.2f ct\n"
"Timing\t%u/%u s\n",
ta_d->fee * 100,
@@ -221,7 +221,7 @@ void
usage()
{
printf("%s\n", copyright);
- printf("Usage: %s [-CRP9n5fo12O] [-h <hour>] [-q <quantity>] [-u] [-?]\n", __progname);
+ printf("Usage: %s [-CRP9n5fo12eONE] [-h <hour>] [-q <quantity>] [-u] [-?]\n", __progname);
printf(" -C Call-by-Call (default)\n" \
" -R Call-by-Call with registration\n" \
" -P Preselect\n" \
@@ -234,6 +234,8 @@ usage()
" -2 D2\n" \
" -e E+\n" \
" -O o2\n" \
+ " -N Now\n" \
+ " -E Weekend\n" \
" -h hour (default - now)\n" \
" -q output quantity (default - 3)\n" \
" -u update db\n" \