update doc

This commit is contained in:
Gokcehan 2022-03-19 21:57:24 +03:00
parent 1b82f1db0b
commit 97e7a6239f
3 changed files with 11 additions and 8 deletions

5
doc.go
View File

@ -4,10 +4,11 @@
/* /*
lf is a terminal file manager. lf is a terminal file manager.
Source code can be found in the repository at https://github.com/gokcehan/lf. Source code can be found in the repository at https://github.com/gokcehan/lf .
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf. This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf .
You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager. You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager.
A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 .
You can run 'lf -help' to see descriptions of command line options. You can run 'lf -help' to see descriptions of command line options.

View File

@ -5,12 +5,14 @@ package main
var genDocString = ` var genDocString = `
lf is a terminal file manager. lf is a terminal file manager.
Source code can be found in the repository at Source code can be found in the repository at https://github.com/gokcehan/lf
https://github.com/gokcehan/lf. .
This documentation can either be read from terminal using 'lf -doc' or This documentation can either be read from terminal using 'lf -doc' or
online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc' online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc'
command (default '<f-1>') inside lf to view the documentation in a pager. command (default '<f-1>') inside lf to view the documentation in a pager. A
man page with the same content is also available in the repository at
https://github.com/gokcehan/lf/blob/master/lf.1 .
You can run 'lf -help' to see descriptions of command line options. You can run 'lf -help' to see descriptions of command line options.

4
lf.1
View File

@ -22,9 +22,9 @@ lf \- terminal file manager
.SH DESCRIPTION .SH DESCRIPTION
lf is a terminal file manager. lf is a terminal file manager.
.PP .PP
Source code can be found in the repository at https://github.com/gokcehan/lf. Source code can be found in the repository at https://github.com/gokcehan/lf .
.PP .PP
This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf. You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager. This documentation can either be read from terminal using 'lf -doc' or online at https://pkg.go.dev/github.com/gokcehan/lf . You can also use 'doc' command (default '<f-1>') inside lf to view the documentation in a pager. A man page with the same content is also available in the repository at https://github.com/gokcehan/lf/blob/master/lf.1 .
.PP .PP
You can run 'lf -help' to see descriptions of command line options. You can run 'lf -help' to see descriptions of command line options.
.SH QUICK REFERENCE .SH QUICK REFERENCE