MCPcopy Create free account
hub / github.com/coreutils/coreutils / incompatible_options

Function incompatible_options

src/sort.c:4303–4307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4301/* Report incompatible options. */
4302
4303static void
4304incompatible_options (char const *opts)
4305{
4306 error (SORT_FAILURE, 0, _("options '-%s' are incompatible"), (opts));
4307}
4308
4309/* Check compatibility of ordering options. */
4310

Callers 2

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected