blob: f1ea0e90a1dd3f67e67573d94ae1dabad11e1f2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
$NetBSD: patch-ac,v 1.1 2006/10/30 03:33:59 jlam Exp $
--- cu.1.orig 2003-05-29 02:08:45.000000000 -0400
+++ cu.1
@@ -225,6 +225,11 @@ and
.B \-o
are given.
.TP 5
+.B (\-F, default)
+Use hardware flow control.
+.B (-f).
+Turn off hardware flow control.
+.TP 5
.B \-h, \-\-halfduplex
Echo characters locally (half-duplex mode).
.TP 5
@@ -265,6 +270,11 @@ Where # is a number, equivalent to
.B \-n, \-\-prompt
Prompt for the phone number to use.
.TP 5
+.B \-q
+Be quiet during file transfers.
+.I cu
+is normally quite verbose.
+.TP 5
.B \-d
Enter debugging mode. Equivalent to
.B \-\-debug all.
|