Update logger usage information.
diff --git a/docs/busybox.pod b/docs/busybox.pod
index 8f6e138..ccd8734 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -1101,7 +1101,7 @@
 
 Usage: logger [OPTION]... [MESSAGE]
 
-Write MESSAGE to the system log.  If MESSAGE is '-', log stdin.
+Write MESSAGE to the system log.  If MESSAGE is omitted, log stdin.
 
 Options:
 
@@ -2294,4 +2294,4 @@
 
 =cut
 
-# $Id: busybox.pod,v 1.84 2000/12/18 20:36:02 andersen Exp $
+# $Id: busybox.pod,v 1.85 2001/01/02 22:54:12 kraai Exp $
diff --git a/docs/busybox.sgml b/docs/busybox.sgml
index c64dab8..62ef4e3 100644
--- a/docs/busybox.sgml
+++ b/docs/busybox.sgml
@@ -1872,7 +1872,7 @@
 		</para>
 
 		<para>
-		Write MESSAGE to the system log.  If MESSAGE is '-', log
+		Write MESSAGE to the system log.  If MESSAGE is omitted, log
 		stdin.
 		</para>