aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd-rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/satd-rm.c')
-rw-r--r--src/satd-rm.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/satd-rm.c b/src/satd-rm.c
index 3229b68..010f795 100644
--- a/src/satd-rm.c
+++ b/src/satd-rm.c
@@ -26,10 +26,9 @@
/**
* Subroutine to the sat daemon: remove jobs.
*
- * @param argc Should be 4.
+ * @param argc Should be 3.
* @param argv The name of the process, the pathname of the socket,
- * the pathname to the state file, and $SAT_HOOK_PATH
- * (the pathname of the hook-script.)
+ * and the pathname to the state file.
* @return 0 The process was successful.
* @return 1 The process failed queuing the job.
*/
@@ -42,7 +41,7 @@ main(int argc, char *argv[])
char **arg;
int rc = 0;
- assert(argc == 4);
+ assert(argc == 3);
t (reopen(STATE_FILENO, O_RDWR));
/* Receive and validate message. */