Skip to content
Snippets Groups Projects
Commit 276cae7a authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix stop options tool

parent 3be1eae2
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ extern char const *usage_66 ;
#define OPTS_DISABLE_LEN (sizeof OPTS_DISABLE - 1)
#define OPTS_START "P"
#define OPTS_START_LEN (sizeof OPTS_START - 1)
#define OPTS_STOP "P"
#define OPTS_STOP "uP"
#define OPTS_STOP_LEN (sizeof OPTS_STOP - 1)
#define OPTS_SVCTL "abqhkti12pcyroduxOw:P"
#define OPTS_SVCTL_LEN (sizeof OPTS_SVCTL - 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment