Skip to content

Commit

Permalink
Rename blemon to blumon
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Oct 21, 2021
1 parent c983759 commit 64c15c4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,19 @@
],
"cSpell.words": [
"ACPI",
"BREDR",
"BlueR",
"EATT",
"FIPS",
"PSMs",
"RCVMTU",
"RSSI",
"SNDMTU",
"TIOCINQ",
"TIOCOUTQ",
"blemon",
"blez",
"BlueR",
"bluetoothd",
"bluez",
"blumon",
"blurz",
"BREDR",
"clippy",
"datagram",
"datagrams",
"discoverability",
"EATT",
"FIPS",
"freedesktop",
"gattcat",
"journalctl",
Expand All @@ -38,9 +32,15 @@
"netcat",
"pairable",
"pathloss",
"PSMs",
"RCVMTU",
"reconnections",
"RSSI",
"rustup",
"SNDMTU",
"socketpair",
"TIOCINQ",
"TIOCOUTQ",
"uart",
"udev",
"unpairs",
Expand Down
4 changes: 2 additions & 2 deletions bluer-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license = "BSD-2-Clause"
edition = "2018"

[[bin]]
name = "blemon"
path = "src/blemon.rs"
name = "blumon"
path = "src/blumon.rs"

[[bin]]
name = "gattcat"
Expand Down
2 changes: 1 addition & 1 deletion bluer-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A running [Bluetooth daemon (BlueZ)] is required.

The following command line tools are included.

- **blemon**: Scans for and monitors Bluetooth LE devices similar to `top`.
- **blumon**: Scans for and monitors Bluetooth devices similar to `top`.

- **gattcat**: Swiss army knife for Bluetooth LE GATT services.
- discovers Bluetooth LE devices and their services
Expand Down
File renamed without changes.

0 comments on commit 64c15c4

Please sign in to comment.