minor usage fix

This commit is contained in:
Evgeny Zinoviev 2020-11-30 00:45:21 +03:00
parent 7884649ce7
commit 72fa0b987a
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ should handle it.
## Usage
```
voidnsrun [OPTIONS] [PROGRAM [ARGS]]
voidnsrun [OPTIONS] PROGRAM [ARGS]
Options:
-m <path>: add bind mount

View File

@ -29,7 +29,7 @@ bool isdir(const char *s)
void usage(const char *progname)
{
printf("Usage: %s [OPTIONS] [PROGRAM [ARGS]]\n", progname);
printf("Usage: %s [OPTIONS] PROGRAM [ARGS]\n", progname);
printf("\n"
"Options:\n"
" -m <path>: add bind mount\n"