aboutsummaryrefslogtreecommitdiff
path: root/man/dir_monitor.1.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'man/dir_monitor.1.adoc')
-rw-r--r--man/dir_monitor.1.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/dir_monitor.1.adoc b/man/dir_monitor.1.adoc
index 413d32c..e99924a 100644
--- a/man/dir_monitor.1.adoc
+++ b/man/dir_monitor.1.adoc
@@ -8,7 +8,7 @@ dir_monitor - present stat information of a path formatted and sorted
== SYNOPSIS
-**dir_monitor** [*OPTION*]... directory
+**dir_monitor** [[*OPTION*]... directory]
== DESCRIPTION
@@ -19,7 +19,7 @@ It can be used for continuous monitoring of a path by wrappers like *watch*.
== OPTIONS
-**--format-string** 'format', **-f** 'format'::
+**--format** 'format', **-f** 'format'::
define columns to print, details below
**--help**, **-h**::
@@ -28,7 +28,7 @@ define columns to print, details below
**--long-timestamp**, **-t**::
Print timestamp in long form 'yyyymmdd HH:MM:SS ZONE'
-**--print-boxed**::
+**--print-boxed**, **-b**::
Print output in form of a boxed table
**--print-header**, **-H**::
@@ -47,7 +47,7 @@ Sort either by size or time
Sort by (a)ccess, (c)hange or (m)odification time. Default: 'm'
-=== format-string characters
+=== format characters
Other characters than the following are ignored.
[cols=2]
@@ -94,7 +94,7 @@ Other characters than the following are ignored.
== EXAMPLES
-dir_monitor --long-timestamp --print-header --format-string \'sAMn' --sort-by time --show-hidden /tmp
+dir_monitor --long-timestamp --print-header --format \'sAMn' --sort-by time --show-hidden /tmp
watch -d \'*dir_monitor -t -H /tmp/*'