This commit is contained in:
Gokcehan 2017-02-11 16:34:48 +03:00
parent 87825fb2ad
commit 68b9a5a04e
2 changed files with 2 additions and 2 deletions

2
doc.go
View File

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

View File

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