The flag for unshare(1) is 'U' not 'u'

This commit is contained in:
sin 2014-02-24 13:51:03 +00:00
parent 3f660d71d3
commit 2c98e18a33

View File

@ -10,7 +10,7 @@
static void
usage(void)
{
eprintf("usage: %s [-muinpu] cmd [args...]\n", argv0);
eprintf("usage: %s [-muinpU] cmd [args...]\n", argv0);
}
int