commit | 50f69d1aa87aa231926c2459cb44b2ace17690c9 | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Thu Jul 02 13:07:00 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 02 13:07:00 2015 +1000 |
tree | 04e72d85b4556c4805cb4694bc6fb2d5ec7e2fb6 | |
parent | 27b02766749dbb8121dde6c85e12017b8d71614e [diff] |
libxfs-apply: reduce output verbosity When applying a series of patches, there is lots of verbosity that hides the actual operations being done. Hide all that verbosity behind a --verbose CLI option. For patch based execution, turn the verbosity on by default, otherwise leave it off. Signed-off-by: Dave Chinner <david@fromorbit.com>