aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/firejail/usage.c')
-rw-r--r--src/firejail/usage.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index 3afe5580f..d9ca7e615 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -78,6 +78,9 @@ void usage(void) {
78 printf("\t\tby name.\n\n"); 78 printf("\t\tby name.\n\n");
79 printf("\t--dns.print=pid - print DNS configuration of the sandbox identified.\n"); 79 printf("\t--dns.print=pid - print DNS configuration of the sandbox identified.\n");
80 printf("\t\tby PID.\n\n"); 80 printf("\t\tby PID.\n\n");
81
82 printf("\t--env=name=value - set environment variable in the new sandbox\n");
83
81 printf("\t--help, -? - this help screen.\n\n"); 84 printf("\t--help, -? - this help screen.\n\n");
82 printf("\t--ip=address - set interface IP address.\n\n"); 85 printf("\t--ip=address - set interface IP address.\n\n");
83 printf("\t--ip=none - no IP address and no default gateway address are configured\n"); 86 printf("\t--ip=none - no IP address and no default gateway address are configured\n");
@@ -275,7 +278,7 @@ void usage(void) {
275 printf("\tPrcs - number of processes running in sandbox, including the controlling\n"); 278 printf("\tPrcs - number of processes running in sandbox, including the controlling\n");
276 printf("\t process.\n"); 279 printf("\t process.\n");
277 printf("\tRES - Resident Memory Size (KiB), sandbox non-swapped physical memory.\n"); 280 printf("\tRES - Resident Memory Size (KiB), sandbox non-swapped physical memory.\n");
278 printf("\t It is a sum of the RES values for all processes running in the\n"); 281 printf("\t It is a sum of the RES valprivate-etcues for all processes running in the\n");
279 printf("\t sandbox.\n"); 282 printf("\t sandbox.\n");
280 printf("\tSHR - Shared Memory Size (KiB), it reflects memory shared with other\n"); 283 printf("\tSHR - Shared Memory Size (KiB), it reflects memory shared with other\n");
281 printf("\t processes. It is a sum of the SHR values for all processes running\n"); 284 printf("\t processes. It is a sum of the SHR values for all processes running\n");