summaryrefslogtreecommitdiff
path: root/notify-replace
diff options
context:
space:
mode:
authornoodle <shawtynoodle@gmail.com>2023-06-05 05:33:05 +0300
committernoodle <shawtynoodle@gmail.com>2023-06-05 05:33:05 +0300
commitd2fb362e27fcf5452497bf0e90961ca762c48c0b (patch)
tree1ccc9346646b750c388e04b566a4e316025dbdec /notify-replace
parent187d9ab5bfcd2a64c6be10e25bbaf298a8973802 (diff)
notify-replace: change description
Diffstat (limited to 'notify-replace')
-rwxr-xr-xnotify-replace2
1 files changed, 1 insertions, 1 deletions
diff --git a/notify-replace b/notify-replace
index 114493d..c3bc92b 100755
--- a/notify-replace
+++ b/notify-replace
@@ -1,6 +1,6 @@
#!/bin/sh -e
# Sends, remembers, and replaces notifications based on program name that's
-# passed as first argument to script.
+# passed as first argument to script. Uses notify-send.
# Non-POSIX features used: flock(1)
# TODO: consider replacing flock(1) with a POSIX-complaint alternative