From 965d445aa91927238ac2ac8884f2e2b2b0b45f1f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 23 Nov 2019 01:05:36 +0100 Subject: [PATCH] add examples to usage --- usage.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usage.go b/usage.go index e6754ac..c1c23c7 100644 --- a/usage.go +++ b/usage.go @@ -19,6 +19,11 @@ func usage() { -f filepath 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 Adrien Marquès (aka. xdrm-brackets)