From 66767ded4f006ba7b4dde16fdaf204332b1d4490 Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 17 Jun 2016 17:54:56 +0200 Subject: Rename --forbid-* to --filter-* --- USAGE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'USAGE') diff --git a/USAGE b/USAGE index ff0b4e3..b19f508 100644 --- a/USAGE +++ b/USAGE @@ -68,13 +68,13 @@ Running example (10 MiB): --bytes 10485760 equivalent bash example: --bytes $((1024 * 1024 * 10)) - --forbid-ext EXTS + --filter-ext EXTS forbids file extensions contained in the comma-separated list EXTS - example: --forbid-ext exe,dll,scr + example: --filter-ext exe,dll,scr - --forbid-mime TYPES + --filter-mime TYPES forbids MIME types contained in the comma-separated list TYPES - example: --forbid-mime application/x-dosexec + example: --filters-mime application/x-dosexec --contact EMAIL sets the contact email address to EMAIL -- cgit