Description
When adding flags in slave/flags.hpp or master/flags.hpp we are inconsistent in adding newline at the end of the the description. For example mesos-slave.sh --help sometimes has a empty line between flags and sometimes not.
Personally I like extra empty line between flags as it makes the help text more readable, but most importantly we should have this consistent.
Actually other tools such as gcc do not have newlines between flags.