Update CLI usages

This commit is contained in:
topjohnwu
2022-01-25 02:04:15 -08:00
parent d742cfa48f
commit 45483fde74
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ static void usage(int status) {
" -v, --version display version number and exit\n"
" -V display version code and exit\n"
" -mm, -M,\n"
" --mount-master force run in the global mount namespace\n");
" --mount-master force run in the global mount namespace\n\n");
exit(status);
}