cmdline: typo
authorRobert Swiecki <robert@swiecki.net>
Wed, 18 Oct 2017 16:02:23 +0000 (18:02 +0200)
committerRobert Swiecki <robert@swiecki.net>
Wed, 18 Oct 2017 16:02:23 +0000 (18:02 +0200)
cmdline.c

index aed4d1f..ae2c780 100644 (file)
--- a/cmdline.c
+++ b/cmdline.c
@@ -810,7 +810,7 @@ bool cmdlineParse(int argc, char* argv[], struct nsjconf_t* nsjconf)
        if (nsjconf->use_execveat) {
 #if !defined(__NR_execveat)
                LOG_E("Your nsjail is compiled without support for the execveat() syscall, yet you "
-                     "specified --execute_fd flag");
+                     "specified the --execute_fd flag");
                return false;
 #endif /* !defined(__NR_execveat) */
                if ((nsjconf->exec_fd = open(nsjconf->exec_file, O_RDONLY | O_PATH | O_CLOEXEC))