From 07b847bd3bde3b0ba1c8ab9423015852d76b13c5 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Sun, 5 Oct 2025 18:02:39 -0400 Subject: [PATCH] Update README with latest Usage --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f1ebbe4..f41c333 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here # Usage ```help -usage: vimtabdiff.py [-h] [--vim VIM] [--onlydiffs] pathA pathB +usage: vimtabdiff.py [-h] [--vim VIM] [--onlydiffs] [--skipmissing] pathA pathB Show diff of files from two directories in vim tabs @@ -33,9 +33,10 @@ positional arguments: pathB options: - -h, --help show this help message and exit - --vim VIM vim command to run - --onlydiffs only open files where there is a diff + -h, --help show this help message and exit + --vim VIM vim command to run + --onlydiffs only open files where there is a diff + --skipmissing skip non-existent files ``` ## Relevant vim tips