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
|
# Usage
|
||||||
```help
|
```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:
|
positional arguments:
|
||||||
pathA
|
pathA
|
||||||
pathB
|
pathB
|
||||||
|
|
||||||
options:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--vim VIM vim command to run
|
--vim VIM vim command to run
|
||||||
```
|
```
|
||||||
|
|
||||||
## Relevant vim tips
|
## Relevant vim tips
|
||||||
|
Loading…
Reference in New Issue
Block a user