Check-in [2fe411187a]
Overview
Comment:Fixed wrapping of --help
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1:2fe411187a0d227f19a2aedd9ba0fee648dda208
User & Date: rkeene on 2014-02-12 01:40:59
Other Links: manifest | tags
Context
2014-02-12
06:11
Updated to use time to ensure that a duplicate ETag is never generated check-in: 7e211d072e user: rkeene tags: trunk
01:40
Fixed wrapping of --help check-in: 2fe411187a user: rkeene tags: trunk
01:35
Post release version increment check-in: a4b6e76732 user: rkeene tags: trunk
Changes

Modified filed.c from [4a0b499ebc] to [b986b06d75].

  1092   1092   		fprintf(output, "\n");
  1093   1093   		fprintf(output, "      -l (or --log) specifies a filename to open for writing log entries.  Log\n");
  1094   1094   		fprintf(output, "                    entries are made for various stages in transfering files.\n");
  1095   1095   		fprintf(output, "                    The log file is opened before switching users (see \"-u\")\n");
  1096   1096   		fprintf(output, "                    and root directories (see \"-r\").  The log file is never\n");
  1097   1097   		fprintf(output, "                    closed so log rotation without stopping the daemon is will\n");
  1098   1098   		fprintf(output, "                    not work.  The value of \"-\" indicates that standard output\n");
  1099         -		fprintf(output, "                    should be used for logging.  If the filename begins with a \"|\"\n");
  1100         -		fprintf(output, "                    then a process is started and used for logging instead of a\n");
  1101         -		fprintf(output, "                    file.  The default is \"%s\".\n", LOG_FILE);
         1099  +		fprintf(output, "                    should be used for logging.  If the filename begins with a\n");
         1100  +		fprintf(output, "                    pipe (\"|\") then a process is started and used for logging\n");
         1101  +		fprintf(output, "                    instead of a file.  The default is \"%s\".\n", LOG_FILE);
  1102   1102   #ifdef FILED_DONT_LOG
  1103   1103   		fprintf(output, "                    Note that logging is completely disabled so this option does\n");
  1104   1104   		fprintf(output, "                    nothing in this build.\n");
  1105   1105   #endif
  1106   1106   		fprintf(output, "\n");
  1107   1107   		fprintf(output, "      -u (or --user) specifies the user to switch user IDs to before servicing\n");
  1108   1108   		fprintf(output, "                     requests.  The default is not change user IDs.\n");