mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
Increment version
This commit is contained in:
parent
32eff092a0
commit
db4888cd7b
|
|
@ -60,7 +60,7 @@ impl Hash for Fileinfo{
|
|||
|
||||
fn main() {
|
||||
let arguments = App::new("Directory Difference hTool")
|
||||
.version("0.9.1")
|
||||
.version("0.9.2")
|
||||
.author("Jon Moroney jmoroney@hawaii.edu")
|
||||
.about("Compare and contrast directories.\nExample invocation: ddh /home/jon/downloads /home/jon/documents -p shared")
|
||||
.arg(Arg::with_name("directories")
|
||||
|
|
|
|||
Loading…
Reference in a new issue