burst: Fixed handling of trailing text; removed -inplace and -quiet.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 08:28:52 +0000 (10:28 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 08:28:52 +0000 (10:28 +0200)
commit68a686adeb39223a5e1ad35e4a24890ec053679d
tree244214348f66583bbc40748702945b30cee51b81
parent9413eae50c4f1843dc7cab43dc11fe79fd28b744
burst: Fixed handling of trailing text; removed -inplace and -quiet.
The trailing text had been part of the last message extracted, now it is
ignored, conforming to the documentation.
Removing the -inplace switch (thus making -noinplace the default) simplified
the code and removed the possibility to lose data.
-quiet supressed warnings (``message is not in digest format''). Warnings
should be displayed. To though suppress them, redirect stderr to /dev/null.
I was unsure if I should make -verbose the default (i.e. remove -verbose
but have -quiet) as it provides similar useful information like inc(1).
I decided against it, because in Unix silence rules. However, I like to have
``burst: -verbose'' in my profile.
man/burst.man1
uip/burst.c