]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/fincore.1.adoc
autotools: add missing dist_noinst_DATA
[thirdparty/util-linux.git] / misc-utils / fincore.1.adoc
index c65267917e1d7959c943a0197ab7db073ff1f1f5..73f90c3b2ce2af914c836a313a720216c1cc6880 100644 (file)
@@ -32,23 +32,22 @@ The default output is subject to change. So whenever possible, you should avoid
 Do not print a header line in status output.
 
 *-b*, *--bytes*::
-Print the SIZE column in bytes rather than in a human-readable format.
+include::man-common/in-bytes.adoc[]
 
 *-o*, *--output* _list_::
 Define output columns. See the *--help* output to get a list of the currently supported columns. The default list of columns may be extended if _list_ is specified in the format _{plus}list_.
 //TRANSLATORS: Keep {plus} untranslated.
 
+*--output-all*::
+Output all available columns.
+
 *-r*, *--raw*::
 Produce output in raw format. All potentially unsafe characters are hex-escaped (\x<code>).
 
 *-J*, *--json*::
 Use JSON output format.
 
-*-V*, *--version*::
-Display version information and exit.
-
-*-h*, *--help*::
-Display help text and exit.
+include::man-common/help-version.adoc[]
 
 == AUTHORS
 
@@ -59,6 +58,7 @@ mailto:yamato@redhat.com[Masatake YAMATO]
 *mincore*(2),
 *getpagesize*(2),
 *getconf*(1p)
+*cachestat*(2)
 
 include::man-common/bugreports.adoc[]