From 68b9a5a04ee76716d5c082a36c1dfd814f974162 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sat, 11 Feb 2017 16:34:48 +0300 Subject: [PATCH] typo --- doc.go | 2 +- docstring.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index e7b51e1..e4bebab 100644 --- a/doc.go +++ b/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 -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 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: diff --git a/docstring.go b/docstring.go index e1d2d2c..db0eec0 100644 --- a/docstring.go +++ b/docstring.go @@ -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 -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 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