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

be more precise at help call

parent 1313ce17
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ Sends a *signal* to a scandir. Safe wrapper around [s6‑svscanctl](https://skar
## Interface
```
66-scanctl [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -d notif ] [ -t rescan ] [ -o owner ] signal
66-scanctl [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -d notif ] [ -t rescan ] [ -o owner ] start|stop|reload|quit|nuke|zombies or any s6-svscanctl options.
```
This program sends a *signal* to an already running [scandir](scandir.html) at *live* where by default *live* is at `%%livedir%%` or the resulting path provided by the **‑l** option. If owner is not explicitely set with **‑o** then the user of the current process will be used instead.
......
......@@ -31,7 +31,7 @@
static char TMPENV[MAXENV + 1] ;
#define USAGE "66-scanctl [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -d notif ] [ -t rescan ] [ -e environment ] [ -o owner ] signal"
#define USAGE "66-scanctl [ -h ] [ -z ] [ -v verbosity ] [ -l live ] [ -d notif ] [ -t rescan ] [ -e environment ] [ -o owner ] start|stop|reload|quit|nuke|zombies or any s6-svscanctl options"
static inline void info_help (void)
{
......
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