summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-06-12 10:49:56 +0300
committerNakidai <nakidai@disroot.org>2025-06-12 10:49:56 +0300
commit3f22a12a3073bb602a6d7a645442bf0bc173240f (patch)
treefc7d4f69a1b0e236472e10a39940629919b666a4
parent20e37c92db8c5ff1515b92b50f5af50f0e23e288 (diff)
downloadfp-1.2.0.tar.gz
fp-1.2.0.zip
Update manpage v1.2.0
-rw-r--r--README11
-rw-r--r--fp.18
2 files changed, 12 insertions, 7 deletions
diff --git a/README b/README
index a2dd5f3..671ee1f 100644
--- a/README
+++ b/README
@@ -4,12 +4,13 @@ NAME
      fp - interactive file picker
 
 SYNOPSIS
-     fp path lines
+     fp lines path [path [...]]
 
 DESCRIPTION
-     fp searches for files from path.  User can type something and this will
-     be visible on the screen as lines amount of results.  fp prints all the
-     interactive stuff into stderr and the result into stdout, so this means
-     you can easily pipe this program into another one.
+     fp searches for file from every path.  User can type something and this
+     will be visible on the screen as lines amount of results.	As result fp
+     prints found file.	 fp prints all the interactive stuff into stderr and
+     the result into stdout, so this means you can easily pipe this program
+     into another one.
 
 Linux 6.14.7-arch2-1		 June 12, 2025		  Linux 6.14.7-arch2-1
diff --git a/fp.1 b/fp.1
index ed5c52c..0182568 100644
--- a/fp.1
+++ b/fp.1
@@ -8,18 +8,22 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Ar path
 .Ar lines
+.Ar path
+.Op Ar path Op Ar ...
 .
 .Sh DESCRIPTION
 .Nm
-searches for files from
+searches for file from every
 .Ar path .
 User can type something
 and this will be visible on the screen
 as
 .Ar lines
 amount of results.
+As result
+.Nm
+prints found file.
 .Nm
 prints all the interactive stuff
 into stderr