mirror of
https://github.com/jarun/nnn.git
synced 2024-11-01 00:47:18 +00:00
Update tagline
This commit is contained in:
parent
2ddabf19e0
commit
12c09e85e3
|
@ -1,7 +1,7 @@
|
||||||
name: nnn
|
name: nnn
|
||||||
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
maintainer: Arun Prakash Jana <engineerarun@gmail.com>
|
||||||
license: BSD 2-Clause
|
license: BSD 2-Clause
|
||||||
summary: The missing terminal file manager for X.
|
summary: The unorthodox terminal file manager.
|
||||||
homepage: https://github.com/jarun/nnn
|
homepage: https://github.com/jarun/nnn
|
||||||
commands:
|
commands:
|
||||||
install:
|
install:
|
||||||
|
|
2
nnn.1
2
nnn.1
|
@ -3,7 +3,7 @@
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm nnn
|
.Nm nnn
|
||||||
.Nd the missing terminal file manager for X
|
.Nd The unorthodox terminal file manager.
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Ar -a
|
.Op Ar -a
|
||||||
|
|
|
@ -7244,7 +7244,7 @@ static void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stdout,
|
fprintf(stdout,
|
||||||
"%s: nnn [OPTIONS] [PATH]\n\n"
|
"%s: nnn [OPTIONS] [PATH]\n\n"
|
||||||
"The missing terminal file manager for X.\n\n"
|
"The unorthodox terminal file manager.\n\n"
|
||||||
"positional args:\n"
|
"positional args:\n"
|
||||||
" PATH start dir/file [default: .]\n\n"
|
" PATH start dir/file [default: .]\n\n"
|
||||||
"optional args:\n"
|
"optional args:\n"
|
||||||
|
|
Loading…
Reference in a new issue