add examples to usage
This commit is contained in:
parent
743f7aa332
commit
965d445aa9
5
usage.go
5
usage.go
|
@ -19,6 +19,11 @@ func usage() {
|
||||||
|
|
||||||
-f filepath
|
-f filepath
|
||||||
Optional path to a file (relative to %s).
|
Optional path to a file (relative to %s).
|
||||||
|
examples:
|
||||||
|
"main.go" - targets the file main.go
|
||||||
|
"subdir/main.go" - targets the file subdir/main.go
|
||||||
|
"subdir" - target every subdir file
|
||||||
|
"." - target every file inside codepath
|
||||||
|
|
||||||
%s
|
%s
|
||||||
Adrien Marquès (aka. xdrm-brackets)
|
Adrien Marquès (aka. xdrm-brackets)
|
||||||
|
|
Loading…
Reference in New Issue