commit: b0d99e93cc91d4bb5bbe3cd6100096fd8aed57ad
parent: 8d622bdb03dbad0ebdda8c3611d75370f52e3626
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 17 Dec 2019 01:21:59 +0100
go-deblob.go: add -n to func usage()
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/go-deblob.go b/go-deblob.go
@@ -95,6 +95,7 @@ func usage() {
println("Usage: go-deblob [-e exclude] [-d workdir]")
println(" -e Exclude filepath from scanning/removal (defaults to none)")
println(" -d Set working directory (defaults to current dir)")
+ println(" -n No actual removal, only scan and log")
println("See `man 1 go-deblob` for more information.")
}