aboutsummaryrefslogtreecommitdiff
path: root/hid
diff options
context:
space:
mode:
Diffstat (limited to 'hid')
-rw-r--r--hid/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hid/main.go b/hid/main.go
index c8b007e..d2b44b7 100644
--- a/hid/main.go
+++ b/hid/main.go
@@ -3290,7 +3290,7 @@ func main() {
}
if flag.NArg() > 0 {
flag.Usage()
- os.Exit(1)
+ os.Exit(2)
}
config = make(simpleConfig)