* src/df.c (usage): Remove period from --help description.
* src/cksum.c (usage): Likewise.
* src/cp.c (usage): Likewise.
* src/mkdir.c (usage): Likewise.
* src/mv.c (usage): Likewise.
* src/tee.c (usage): Likewise.
"), stdout);
fputs (_("\
--update[=UPDATE] control which existing files are updated;\n\
- UPDATE={all,none,none-fail,older(default)}.\n\
+ UPDATE={all,none,none-fail,older(default)}\n\
-u equivalent to --update[=older]. See below\n\
"), stdout);
fputs (_("\
"), stdout);
fputs (_("\
--output[=FIELD_LIST] use the output format defined by FIELD_LIST,\n\
- or print all fields if FIELD_LIST is omitted.\n\
+ or print all fields if FIELD_LIST is omitted\n\
+"), stdout);
+ fputs (_("\
-P, --portability use the POSIX output format\n\
+"), stdout);
+ fputs (_("\
--sync invoke sync before getting usage info\n\
"), stdout);
fputs (_("\
#endif
#if HASH_ALGO_CKSUM
fputs (_("\
- -a, --algorithm=TYPE select the digest type to use. See DIGEST below.\
+ -a, --algorithm=TYPE select the digest type to use. See DIGEST below\
\n\
"), stdout);
fputs (_("\
fputs (_("\
-m, --mode=MODE set file mode (as in chmod), not a=rwx - umask\n\
-p, --parents no error if existing, make parent directories as needed,\n\
- with their file modes unaffected by any -m option.\n\
+ with their file modes unaffected by any -m option\n\
-v, --verbose print a message for each created directory\n\
"), stdout);
fputs (_("\
"), stdout);
fputs (_("\
--update[=UPDATE] control which existing files are updated;\n\
- UPDATE={all,none,none-fail,older(default)}.\n\
+ UPDATE={all,none,none-fail,older(default)}\n\
-u equivalent to --update[=older]. See below\n\
"), stdout);
fputs (_("\
-i, --ignore-interrupts ignore interrupt signals\n\
"), stdout);
fputs (_("\
- -p operate in a more appropriate MODE with pipes.\n\
+ -p operate in a more appropriate MODE with pipes\n\
--output-error[=MODE] set behavior on write error. See MODE below\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);