aboutsummaryrefslogtreecommitdiff
path: root/src/_usage.c
AgeCommit message (Collapse)Author
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our ↵Roy Marples
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-18usage now requires a global applet var instead of a define, don't prefix ↵Roy Marples
describe output and use generic usage for runscript.
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-29rc --override foo will override the runlevel to load after boot or single ↵Roy Marples
user runlevels to avoid rc recursion, #196338
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ↵Roy Marples
explictly with --netdev/--nonetdev
2007-09-26Fix Makefile for pmake, document s-s-d options and increase usage gapRoy Marples
2007-09-26mark usage() as no returnMike Frysinger
2007-09-25display whether an option takes an argument in the usage outputMike Frysinger
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-25Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples
2007-09-21Add extraopts to our usageRoy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-04-17remove APPLET check so we can create .dependMike Frysinger
2007-04-17start unifying help handlingMike Frysinger