From: Michael Stapelberg Date: Sat, 4 Jan 2014 10:35:06 +0000 (+0100) Subject: docs/debugging: use bzip2 for consistency with the new ticket form (Thanks x33a) X-Git-Tag: 4.7.1~4^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=95613f50fd4b86c3a8e50c01d58bac8de87811a4;p=i3%2Fi3 docs/debugging: use bzip2 for consistency with the new ticket form (Thanks x33a) --- diff --git a/docs/debugging b/docs/debugging index b258789d..e5d225e3 100644 --- a/docs/debugging +++ b/docs/debugging @@ -65,7 +65,7 @@ crashed, the logfile provides all information necessary to debug the problem. To save a compressed version of the logfile (suitable for attaching it to a bugreport), use: -------------------------------------------------------------------- -DISPLAY=:0 i3-dump-log | gzip -9c > /tmp/i3.log.gz +DISPLAY=:0 i3-dump-log | bzip2 -c > /tmp/i3.log.bz2 -------------------------------------------------------------------- This command does not depend on i3 (it also works while i3 displays