]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - term-utils/mesg.c
textual: add a docstring to most of the utilities
[thirdparty/util-linux.git] / term-utils / mesg.c
index 12e4e0e8ca213ef8a5a1a955be7c38b5b60871fd..a3892871cf317eff9191d4083784e361c8ee7cc8 100644 (file)
@@ -73,6 +73,10 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
         * which means they can be translated.  */
        fprintf(out,
              _(" %s [options] [y | n]\n"), program_invocation_short_name);
+
+       fputs(USAGE_SEPARATOR, out);
+       fputs(_("Control write access of other users to your terminal.\n"), out);
+
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -v, --verbose  explain what is being done\n"), out);
        fputs(USAGE_HELP, out);