MCPcopy Create free account
hub / github.com/RsyncProject/rsync / poptSetOtherOptionHelp

Function poptSetOtherOptionHelp

popt/popthelp.c:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882}
883
884void poptSetOtherOptionHelp(poptContext con, const char * text)
885{
886 con->otherHelp = _free(con->otherHelp);
887 con->otherHelp = xstrdup(text);
888}

Callers

nothing calls this directly

Calls 1

_freeFunction · 0.85

Tested by

no test coverage detected