1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Fix trivial whitespace bug introduced in usage message changes for -n

support (r304570).

MFC after:	now
This commit is contained in:
Enji Cooper 2017-07-19 19:38:25 +00:00
parent 12e46bad2c
commit 4555b2ad92
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321235

View File

@ -59,7 +59,7 @@ usage() {
#endif
fprintf(stderr, "usage: cron [-j jitter] [-J rootjitter] "
"[-m mailto] [-n ] [-s] [-o] [-x debugflag[,...]]\n");
"[-m mailto] [-n] [-s] [-o] [-x debugflag[,...]]\n");
#if DEBUGGING
fprintf(stderr, "\ndebugflags: ");