From 0e3875cf8d730e696ff212fbaf38012b8b41282f Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Mon, 4 Mar 2019 10:48:00 -0500 Subject: [PATCH] minor docs improvement --- relay-cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/relay-cmd b/relay-cmd index 0da382e..40a01cf 100755 --- a/relay-cmd +++ b/relay-cmd @@ -51,6 +51,7 @@ fi if hidusb-relay-cmd state | grep ON; then printf "%s\n" "WARNING: output from hidusb-relay-cmd state shows an ON relay. this could mean another command instance is running, or it got stuck on due to an uncompleted command." >&2 + # TODO: exit in this case and print out the command to turn it off. fi -- 2.25.1