typo
This commit is contained in:
parent
87825fb2ad
commit
68b9a5a04e
2
doc.go
2
doc.go
@ -235,7 +235,7 @@ example. You can use it to send a command to the socket file:
|
|||||||
|
|
||||||
echo 'send echo hello world' | nc -U /tmp/lf.${USER}.sock
|
echo 'send echo hello world' | nc -U /tmp/lf.${USER}.sock
|
||||||
|
|
||||||
Since such a client may not be available everwhere, lf comes bundled with a
|
Since such a client may not be available everywhere, lf comes bundled with a
|
||||||
command line flag to be used as such. When using lf, you do not need to specify
|
command line flag to be used as such. When using lf, you do not need to specify
|
||||||
the address of the socket file. This is the recommended way of using remote
|
the address of the socket file. This is the recommended way of using remote
|
||||||
commands since it is shorter and immune to socket file address changes:
|
commands since it is shorter and immune to socket file address changes:
|
||||||
|
@ -247,7 +247,7 @@ example. You can use it to send a command to the socket file:
|
|||||||
|
|
||||||
echo 'send echo hello world' | nc -U /tmp/lf.${USER}.sock
|
echo 'send echo hello world' | nc -U /tmp/lf.${USER}.sock
|
||||||
|
|
||||||
Since such a client may not be available everwhere, lf comes bundled with a
|
Since such a client may not be available everywhere, lf comes bundled with a
|
||||||
command line flag to be used as such. When using lf, you do not need to
|
command line flag to be used as such. When using lf, you do not need to
|
||||||
specify the address of the socket file. This is the recommended way of using
|
specify the address of the socket file. This is the recommended way of using
|
||||||
remote commands since it is shorter and immune to socket file address
|
remote commands since it is shorter and immune to socket file address
|
||||||
|
Loading…
Reference in New Issue
Block a user