Skip to content

Commit b54e3fc

Browse files
committed
reword
1 parent 2778426 commit b54e3fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Commands:
5454
add Add live instruments/views
5555
get Get live instruments/views
5656
remove Remove live instruments/views
57-
subscribe Subscribe to live instrument/view streams
57+
subscribe Subscribe to live instrument/view events
5858
version Display version information
5959
```
6060

src/main/kotlin/spp/cli/commands/developer/Subscribe.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package spp.cli.commands.developer
1919

2020
import com.github.ajalt.clikt.core.CliktCommand
2121

22-
class Subscribe : CliktCommand(help = "Subscribe to live instrument/view streams") {
22+
class Subscribe : CliktCommand(help = "Subscribe to live instrument/view events") {
2323
override fun run() = Unit
2424
}

0 commit comments

Comments
 (0)