Skip to content

Commit

Permalink
README small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Artiom N. authored and artiomn committed Apr 27, 2024
1 parent e0e52b1 commit 52a5e17
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,19 @@ options:
--version return version number
```

Example 1:
Run example 1:

```
./markdown_tool.py nc-1-zfs/article.md
```

Example 2:
Run example 2:

```
./markdown_tool.py not-nas/sov/article.md -o html -s "http://www.ossec.net/_images/ossec-arch.jpg" -a
```

Example 3 (run on a folder):
Run example 3 (run on a folder):

```
find content/ -name "*.md" | xargs -n1 ./markdown_tool.py
Expand All @@ -107,10 +107,10 @@ find content/ -name "*.md" | xargs -n1 ./markdown_tool.py

## Changes

### 0.0.8
### 0.1.3

`-D` (deduplication) option was changed in the version 0.0.8. Now option is not boolean, it has several values: "disabled", "names_hashing", "content_hash".
Long option name was changed too: now it's `deduplication-type`.
- Mostly technical fixes, necessary to work GUI tool.
- Now the tool has [Qt-based GUI](https://github.com/artiomn/mat_gui).


### 0.1.2
Expand All @@ -123,10 +123,10 @@ find content/ -name "*.md" | xargs -n1 ./markdown_tool.py
- Some auto tests were added.


### 0.1.3
### 0.0.8

- Mostly technical fixes, necessary to work GUI tool.
- Now the tool has [Qt-based GUI](https://github.com/artiomn/mat_gui).
`-D` (deduplication) option was changed in the version 0.0.8. Now option is not boolean, it has several values: "disabled", "names_hashing", "content_hash".
Long option name was changed too: now it's `deduplication-type`.


# Internals
Expand Down

0 comments on commit 52a5e17

Please sign in to comment.