]> git.sur5r.net Git - i3/i3/commitdiff
man/i3-dump-log: document -f (Thanks TonyC)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Sep 2013 22:08:27 +0000 (00:08 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 21 Sep 2013 22:08:27 +0000 (00:08 +0200)
man/i3-dump-log.man

index eb8ba2f76286c6d10697abdef79c4291371d36f0..455144071c0d81a6322a0a3386ffeb1d786e23ec 100644 (file)
@@ -1,7 +1,7 @@
 i3-dump-log(1)
 ==============
-Michael Stapelberg <michael+i3@stapelberg.de>
-v4.1, December 2011
+Michael Stapelberg <michael@i3wm.org>
+v4.6, September 2013
 
 == NAME
 
@@ -9,7 +9,7 @@ i3-dump-log - dumps the i3 SHM log
 
 == SYNOPSIS
 
-i3-dump-log [-s <socketpath>]
+i3-dump-log [-s <socketpath>] [-f]
 
 == DESCRIPTION
 
@@ -19,6 +19,9 @@ figuring out what is going on, without permanently logging to a file.
 
 With i3-dump-log, you can dump the SHM log to stdout.
 
+The -f flag works like tail -f, i.e. the process does not terminate after
+dumping the log, but prints new lines as they appear.
+
 == EXAMPLE
 
 i3-dump-log | gzip -9 > /tmp/i3-log.gz