Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / contrib / gnunet-logread-ipc
index 24de434c2a511133c792d6318c3f0a38fd37266a..77515d890348252e3941a9d10e829c9ac83f7225 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 #
 # Usage: gnunet-logread-ipc | gnunet-logread
+#
+# ... obsoleted by gnunet-logread's new -f option that does the same thing
 
 ipc=${1:-/tmp/gnunet-logread-ipc.sock}
 test -e "$ipc" || mkfifo "$ipc"