diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 23:39:59 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-07-26 23:39:59 +0200 |
| commit | d4aa1654b0136d226cf23135888077468c8e8451 (patch) | |
| tree | fb3281fa677294f312be89fbd6f31134bc3f92f7 /README.md | |
| parent | a425fae2957af00cf8e75dd1046fef903429fa8d (diff) | |
| download | dir_monitor-d4aa1654b0136d226cf23135888077468c8e8451.tar.gz dir_monitor-d4aa1654b0136d226cf23135888077468c8e8451.tar.bz2 | |
options: relabel --format-string to --format
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |
