aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/no_sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/no_sandbox.c')
-rw-r--r--src/firejail/no_sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/no_sandbox.c b/src/firejail/no_sandbox.c
index 7c5cc1df9..78322807b 100644
--- a/src/firejail/no_sandbox.c
+++ b/src/firejail/no_sandbox.c
@@ -190,7 +190,7 @@ void run_no_sandbox(int argc, char **argv) {
190 190
191 int prog_index = 0; 191 int prog_index = 0;
192 // find first non option arg: 192 // find first non option arg:
193 // - first argument not starting wiht --, 193 // - first argument not starting with --,
194 // - whatever follows after -c (example: firejail -c ls) 194 // - whatever follows after -c (example: firejail -c ls)
195 for (i = 1; i < argc; i++) { 195 for (i = 1; i < argc; i++) {
196 if (strcmp(argv[i], "-c") == 0) { 196 if (strcmp(argv[i], "-c") == 0) {