aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0ef2801..26f672f 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@ combination with watch it can be used for continous monitoring.
OPTIONS
=======
-Call: dir\_monitor OPTIONS path\_to\_open
+Call: dir\_monitor [[OPTIONS]... path\_to\_open]
| long | short | option | description |
| ---- | ----- | ------ | ----------- |
| `--help` | `-h` | | Show this message and exit |
-| `--format-string` | `-f` | format | define columns to print, details below |
+| `--format` | `-f` | format | define columns to print, details below |
| `--long-timestamp` | `-t` | | Print timestamp in long form yyyymmdd HH:MM:SS ZONE |
-| `--print-boxed` | | | Print visual additions around the table |
+| `--print-boxed` | `-b` | | Print visual additions around the table |
| `--print-header` | `-H` | | Print a header above the columns |
| `--reverse-sort` | | | | Sort reversed |
| `--show-hidden-entries` | `-a` | | Show hidden entries in the directory |
@@ -25,7 +25,7 @@ Call: dir\_monitor OPTIONS path\_to\_open
`--sort-by` variants: `name` | `size` | `time`
-`--format-string` Aside from the characters in the table only space is
+`--format` Aside from the characters in the table only space is
accepted. Currently at max 80 bytes of the format string are processed.