Fix -o
This commit is contained in:
@@ -120,7 +120,7 @@ int rc_depend (int argc, char **argv)
|
|||||||
case 'a':
|
case 'a':
|
||||||
options |= RC_DEP_START;
|
options |= RC_DEP_START;
|
||||||
break;
|
break;
|
||||||
case 'b':
|
case 'o':
|
||||||
options |= RC_DEP_STOP;
|
options |= RC_DEP_STOP;
|
||||||
break;
|
break;
|
||||||
case 's':
|
case 's':
|
||||||
|
Reference in New Issue
Block a user