MCPcopy Create free account
hub / github.com/eggert/tz / usage

Function usage

zic.c:855–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853 exit(EXIT_FAILURE);
854}
855
856ATTRIBUTE_NORETURN static void
857usage(FILE *stream, int status)
858{
859 fprintf(stream,
860 _("%s: usage is %s [ --version ] [ --help ] [ -v ] \\\n"
861 "\t[ -b {slim|fat} ] [ -d directory ] [ -D ] \\\n"
862 "\t[ -l localtime ] [ -L leapseconds ] [ -m mode ] \\\n"
863 "\t[ -p posixrules ] [ -r '[@lo][/@hi]' ] [ -R @hi ] \\\n"
864 "\t[ -t localtime-link ] [ -u 'owner[:group]' ] \\\n"
865 "\t[ filename ... ]\n\n"
866 "Report bugs to %s.\n"),
867 progname, progname, REPORT_BUGS_TO);
868 if (status == EXIT_SUCCESS)
869 close_file(stream, NULL, NULL, NULL);
870 exit(status);
871}
872
873static void

Callers 1

mainFunction · 0.70

Calls 1

close_fileFunction · 0.70

Tested by

no test coverage detected