aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/main.c')
-rw-r--r--src/firejail/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/firejail/main.c b/src/firejail/main.c
index 2ae3213ee..7afbf9ce3 100644
--- a/src/firejail/main.c
+++ b/src/firejail/main.c
@@ -514,6 +514,7 @@ int main(int argc, char **argv) {
514 else { 514 else {
515 // check --output option and execute it; 515 // check --output option and execute it;
516 check_output(argc, argv); // the function will not return if --output option was found 516 check_output(argc, argv); // the function will not return if --output option was found
517 check_user(argc, argv); // the function will not return if --user option was found
517 } 518 }
518 519
519 // parse arguments 520 // parse arguments