diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2014-09-20 16:51:30 -0500 | 
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-09-20 16:51:30 -0500 | 
| commit | 866501be1c554de074533ee98400124393d7fe9d (patch) | |
| tree | f6f5d1918a4acc0e7dea03d56589b7af49b0b01a /src/rc | |
| parent | 20006625a6d37c5add84dd4c8454649279645604 (diff) | |
| download | openrc-866501be1c554de074533ee98400124393d7fe9d.tar.xz | |
typo fix
Diffstat (limited to 'src/rc')
| -rw-r--r-- | src/rc/rc-service.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c index d35b36b5..094848a0 100644 --- a/src/rc/rc-service.c +++ b/src/rc/rc-service.c @@ -57,7 +57,7 @@ static const struct option longopts[] = {  };  static const char * const longopts_help[] = {  	"tests if the service exists or not", -	"if the service exsits then run the command", +	"if the service exists then run the command",  	"list all available services",  	"resolve the service name to an init script",  	longopts_help_COMMON | 
