Unindent help text in README
This commit is contained in:
parent
732fad0a98
commit
5702bf8e27
16
README.md
16
README.md
@ -24,17 +24,17 @@ You may need to add `~/bin` to your PATH variable if not already done. See [here
|
||||
|
||||
# Usage
|
||||
```help
|
||||
usage: vimtabdiff.py [-h] [--vim VIM] pathA pathB
|
||||
usage: vimtabdiff.py [-h] [--vim VIM] pathA pathB
|
||||
|
||||
Show diff of files from two directories in vim tabs
|
||||
Show diff of files from two directories in vim tabs
|
||||
|
||||
positional arguments:
|
||||
pathA
|
||||
pathB
|
||||
positional arguments:
|
||||
pathA
|
||||
pathB
|
||||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
--vim VIM vim command to run
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
--vim VIM vim command to run
|
||||
```
|
||||
|
||||
## Relevant vim tips
|
||||
|
Loading…
Reference in New Issue
Block a user