docs, put obsdc-signal in tar

This commit is contained in:
2023-10-21 14:59:24 -04:00
parent 180e4d2bf4
commit 917af288ab
3 changed files with 49 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ import java.util.concurrent.TimeUnit
*
* `{OP_NAME}` is the name of an [Op].
*
* `src/scripts/obs-signal` takes an [Op] name and sends the signal.
* `src/scripts/obsdc-signal` takes an [Op] name and sends the signal.
*/
class DBus(private val q: BlockingQueue<Op>): AutoCloseable {