From f6b2ae44011020bc1378b72612f9011c074fd347 Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Sat, 28 Jan 2023 12:50:35 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6f36d2..39c8cfd 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A cli tool that can unpack v2ray data packages (also known as `geoip.dat` and `g ## Usage ```shell -v2dat unpack geoip [-d output_dir] [-f tag]... geoip_file -v2dat unpack geosite [-d output_dir] [-f tag[@attr]...]... geosite_file +v2dat unpack geoip [-o output_dir] [-f tag]... geoip_file +v2dat unpack geosite [-o output_dir] [-f tag[@attr]...]... geosite_file ``` -- If `-d` was omitted, the current working dir `.` will be used. +- If `-o` was omitted, the current working dir `.` will be used. - If no filter `-f` was given. All tags will be unpacked. - If multiple `@attr` were given. Entries that don't contain any of given attrs will be ignored. - Unpacked text files will be named as `_.txt`. @@ -35,4 +35,4 @@ google.com keyword:google regexp:www\.google\.com$ full:www.google.com -``` \ No newline at end of file +```