aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 07:15:46 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 07:15:46 -0400
commit6d8e341c8653629d99cc65357ddec6ead5606809 (patch)
treed4077c71545a5715cccc9c306fa1c9010000eef2
parentarch testing (diff)
parentCorrect typo (diff)
downloadfirejail-6d8e341c8653629d99cc65357ddec6ead5606809.tar.gz
firejail-6d8e341c8653629d99cc65357ddec6ead5606809.tar.zst
firejail-6d8e341c8653629d99cc65357ddec6ead5606809.zip
Merge pull request #85 from dzamlo/dzamlo-patch-1
Correct typo
-rw-r--r--src/firejail/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/usage.c b/src/firejail/usage.c
index a9900cf33..8eda8208c 100644
--- a/src/firejail/usage.c
+++ b/src/firejail/usage.c
@@ -320,7 +320,7 @@ void usage(void) {
320 printf("man 5 firejail-profile for more information.\n\n"); 320 printf("man 5 firejail-profile for more information.\n\n");
321 printf("\n"); 321 printf("\n");
322 printf("Restricted shell\n\n"); 322 printf("Restricted shell\n\n");
323 printf("To configure a restricted shell, replace /bin/bash with /usr/bin/firejail i\n"); 323 printf("To configure a restricted shell, replace /bin/bash with /usr/bin/firejail in\n");
324 printf("/etc/password file for each user that needs to be restricted.\n"); 324 printf("/etc/password file for each user that needs to be restricted.\n");
325 printf("Alternatively, you can specify /usr/bin/firejail in adduser command:\n\n"); 325 printf("Alternatively, you can specify /usr/bin/firejail in adduser command:\n\n");
326 printf(" adduser --shell /usr/bin/firejail username\n\n"); 326 printf(" adduser --shell /usr/bin/firejail username\n\n");