summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
Diffstat (limited to 'ar')
-rwxr-xr-xar/.local/bin/statusbar/sb-price4
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.local/bin/statusbar/sb-price b/ar/.local/bin/statusbar/sb-price
index 46731c2..84d86b6 100755
--- a/ar/.local/bin/statusbar/sb-price
+++ b/ar/.local/bin/statusbar/sb-price
@@ -2,9 +2,9 @@
# Usage:
# price <currency-base currency> <name of currency> <icon> <signal>
-# price bat-btc "Basic Attention Token" 🦁 24
+# price bat-btc "Basic Attention Token" 🦁 25
# This will give the price of BAT denominated in BTC and will update on
-# signal 24.
+# signal 25.
# When the name of the currency is multi-word, put it in quotes.
[ -z "$1" ] && exit 1