MCPcopy Create free account
hub / github.com/OpenPrinting/cups / usage

Function usage

ppdc/ppdhtml.cxx:168–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166//
167
168static void
169usage(void)
170{
171 _cupsLangPuts(stdout, _("Usage: ppdhtml [options] filename.drv "
172 ">filename.html"));
173 _cupsLangPuts(stdout, _("Options:"));
174 _cupsLangPuts(stdout, _(" -D name=value Set named variable to "
175 "value."));
176 _cupsLangPuts(stdout, _(" -I include-dir Add include directory "
177 "to search path."));
178
179 exit(1);
180}

Callers 1

mainFunction · 0.70

Calls 1

_cupsLangPutsFunction · 0.85

Tested by

no test coverage detected