diff options
author | joe <rbo@gmx.us> | 2025-08-28 13:41:56 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-28 13:41:56 +0200 |
commit | f170a2eb3ba93409472f901c1874c95f4f5f378e (patch) | |
tree | 7eb89698b9f7c75449814d364b0ae398cf06c53c /src/c_utils.go | |
parent | ok (diff) | |
download | hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.gz hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.bz2 hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.xz hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.tar.zst hardflip-f170a2eb3ba93409472f901c1874c95f4f5f378e.zip |
ye
Diffstat (limited to '')
-rw-r--r-- | src/c_utils.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/c_utils.go b/src/c_utils.go index ef8085a..76ac248 100644 --- a/src/c_utils.go +++ b/src/c_utils.go @@ -262,12 +262,6 @@ report bugs to <rbo@gmx.us>`) os.Exit(0) } -// wrong argument and exit -func c_not_an_arg(arg string) { - fmt.Println("hf: Unknown argument " + arg) - os.Exit(1) -} - func c_cli_opts() (bool, bool) { h := flag.Bool("h", false, "show usage") n := flag.Bool("n", false, "disable loop mode") |