diff options
author | Thayne McCombs <astrothayne@gmail.com> | 2024-05-08 00:40:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 00:40:02 -0600 |
commit | 289a68bac3938d56b176d5b15fab312fd538e949 (patch) | |
tree | c73ecbb76326b13e5e0b5a86bcf6998c25b38095 | |
parent | 36163f9c3a092f21711abb8d26f4d5c2dbb11a05 (diff) | |
parent | fcaff0f38537833aa8ad157346b98b751a0947c7 (diff) |
Merge pull request #1555 from tmccombs/fmt-readmev10.1.0
Add --format to help in README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -340,6 +340,7 @@ Options: --changed-within <date|dur> Filter by file modification time (newer than) --changed-before <date|dur> Filter by file modification time (older than) -o, --owner <user:group> Filter by owning user and/or group + --format <fmt> Print results according to template -x, --exec <cmd>... Execute a command for each search result -X, --exec-batch <cmd>... Execute a command with all search results at once -c, --color <when> When to use colors [default: auto] [possible values: auto, |