From 54013e8e52f0391920fcb975455a039035b004dc Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Thu, 25 Jul 2024 07:54:58 +0200 Subject: [PATCH] Add example --- tagger.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tagger.1 b/tagger.1 index a34b865..a2bfbc2 100644 --- a/tagger.1 +++ b/tagger.1 @@ -100,6 +100,10 @@ List the tags in a file named `MyMovie.mp4': .Pp .Dl tagger -l MyMovie.mp4 .Pp +or, simply: +.Pp +.Dl tagger MyMovie.mp4 +.Pp To delete all `foo' and `bar' tags from files, if present: .Pp .Dl tagger -d foo -d bar *