Finish up chroot(1) and md5sum(1)

This commit is contained in:
FRIGN
2015-01-31 23:54:23 +01:00
parent 4769b47dd7
commit bcf264f9cd
5 changed files with 24 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ struct crypt_ops md5_ops = {
static void
usage(void)
{
eprintf("usage: %s [-c] [file...]\n", argv0);
eprintf("usage: %s [-c] [file ...]\n", argv0);
}
int