mirror of
https://github.com/vbatts/dedupe-linker.git
synced 2024-12-27 17:16:32 +00:00
main: minimize root path
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
c67d7baba3
commit
7e2999aa4e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -14,7 +14,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
varBaseDir = filepath.Join(os.Getenv("HOME"), ".local/dedupe-linker/var")
|
varBaseDir = filepath.Join(os.Getenv("HOME"), ".dedupe-linker/")
|
||||||
|
|
||||||
flVarBase = flag.String("b", varBaseDir, "base directory where files are duplicated")
|
flVarBase = flag.String("b", varBaseDir, "base directory where files are duplicated")
|
||||||
flCipher = flag.String("c", "sha1", "block cipher to use (sha1, or sha256)")
|
flCipher = flag.String("c", "sha1", "block cipher to use (sha1, or sha256)")
|
||||||
|
|
Loading…
Reference in a new issue