diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-22 21:07:37 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-22 21:07:37 +0200 |
| commit | 27533b56a7fe7b31a3d9da8786a96843e2b6ee71 (patch) | |
| tree | 0da1727018dcb379318a86169a26d213e9370fc4 | |
| parent | 224fa8b643c04b054b11f6c12e5543783b9b3ac2 (diff) | |
how embarrassing!
| -rw-r--r-- | flags/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/flags.go b/flags/flags.go index 7af3500..c500356 100644 --- a/flags/flags.go +++ b/flags/flags.go @@ -5,7 +5,7 @@ import "github.com/spf13/pflag" var ( Here = pflag.BoolP("here", "h", false, "run target in current directory instead of source location") At = pflag.StringP("at", "@", "", "override run location") - Single = pflag.BoolP("singgle", "s", false, "do not run any triggers") + Single = pflag.BoolP("single", "s", false, "do not run any triggers") All = pflag.BoolP("all", "a", false, "get sources from cache instead of crawling") Dry = pflag.BoolP("dry", "d", false, "print cmdlines instead of running them") Root = pflag.BoolP("root", "r", false, "run targets (including triggers) with sudo") |
