diff options
-rw-r--r-- | man/i3status.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index 78cec3e..45ccb93 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -335,7 +335,7 @@ use your shell, for example like this: i3status | while : do read line - echo "mystuff | $line" + echo "mystuff | $line" || exit 1 done -------------------------------------------------------------- |