diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-11 23:20:16 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-11 23:25:57 +0530 |
commit | 642af4667ccd0b7cecb31f3b76f366a0d5333a32 (patch) | |
tree | 21581ef2f68ab57be0e02b378c5d92704b9a9622 /scripts/nlay/nlay.1 | |
parent | ede3e0830efe1fad770e4788a7b8783fa74a58f9 (diff) | |
download | nnn-642af4667ccd0b7cecb31f3b76f366a0d5333a32.tar.gz |
Update docs
Diffstat (limited to 'scripts/nlay/nlay.1')
-rw-r--r-- | scripts/nlay/nlay.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/nlay/nlay.1 b/scripts/nlay/nlay.1 index 9df0e01..0a6a7b5 100644 --- a/scripts/nlay/nlay.1 +++ b/scripts/nlay/nlay.1 @@ -22,14 +22,14 @@ supports the following options: The first argument can be the file or path to pass as an argument to the app. It can also be an empty string e.g., while locking the terminal. .Pp "type/action" - This can be any of the strings \fItext\fR, \fIsearch\fR, \fIscript\fR or \fI screensaver\fR. + This can be any of the strings \fItext\fR, \fIsearch\fR, \fIscript\fR or \fIlocker\fR. .Sh USAGE .Pp .Bd -literal $ nlay info.txt text $ nlay . search $ nlay ~/script.sh script -$ nlay "" screensaver +$ nlay "" locker .Ed .Sh AUTHOR .An Arun Prakash Jana Aq Mt engineerarun@gmail.com . |