aboutsummaryrefslogtreecommitdiff
path: root/src/rc/_usage.c
AgeCommit message (Expand)Author
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2016-01-19librc: move system detection code into rc_sys and use itDoug Freed
2016-01-18Revert "rc: make get_systype similar to the old rc_sys function"William Hubbs
2016-01-18rc: make get_systype similar to the old rc_sys functionWilliam Hubbs
2016-01-14include rc.h properly in source filesWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2016-01-05rc: fix compiler warnings cleanupWilliam Hubbs
2016-01-01rc: clean up compiler warningsWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-08Convert rc_sys() calls to detect_container() and detect_vm()William Hubbs
2015-12-05Rename bootlevel variable in _usage.cWilliam Hubbs
2013-09-03rc: add support for suppressing error messagesWilliam Hubbs
2011-11-19rc: usage: do not output non-printable short options in usageMike Frysinger
2011-11-19rc: usage: optimize help string alignment output a littleMike Frysinger
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-02-14make version option commonWilliam Hubbs
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23Improve style for KNFRoy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-02-22More PCC fixes.Roy Marples
2008-02-20Support the PCC compiler.Roy Marples
2008-01-22Quiet some more lint warnings.Roy Marples
2008-01-15We should not use options for rc-update, as add, delete and such are commands.Roy Marples
2008-01-14strip trailing newlinesMike Frysinger
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples