Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kemokemo committed Aug 22, 2017
1 parent 05da203 commit c26fbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,13 @@ $ gckdir verify --no-hv hash_name.json path/to/target_directory

Please use `--no-hv` or `-nh` option if you only want to check if files and directories are arranged with the intended structure and ignore the difference in hash value. This option can be used with `--open` or `--report`.

#### Ignore ignore files of other software
#### Ignore files of other software

```bash
$ gckdir verify --no-uv hash_name.json path/to/target_directory
```

Please use `--no-uv` or `-nu` option if you want to ignore files of
other software in the target directory. This option can be used with `--open` or `--report`.
Please use `--no-uv` or `-nu` option if you want to ignore files of other software in the target directory. This option can be used with `--open` or `--report`.

## ExitCode

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package main
const Name string = "gckdir"

// Version is the version of this app.
const Version string = "0.5.0"
const Version string = "0.6.0"

0 comments on commit c26fbf0

Please sign in to comment.