Skip to content

Commit c67d15e

Browse files
committed
runparts: update usage text, missing '-b' flag for batch mode
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 8984c65 commit c67d15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runparts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ int run_parts(char *dir, char *cmd, const char *env[], int progress, int sysv)
193193
#ifndef __FINIT__
194194
static int usage(int rc)
195195
{
196-
warnx("usage: runparts [-dhps?] DIRECTORY");
196+
warnx("usage: runparts [-bdhps?] DIRECTORY");
197197
return rc;
198198
}
199199

0 commit comments

Comments
 (0)