minor usage fix
This commit is contained in:
parent
7884649ce7
commit
72fa0b987a
@ -23,7 +23,7 @@ should handle it.
|
||||
## Usage
|
||||
|
||||
```
|
||||
voidnsrun [OPTIONS] [PROGRAM [ARGS]]
|
||||
voidnsrun [OPTIONS] PROGRAM [ARGS]
|
||||
|
||||
Options:
|
||||
-m <path>: add bind mount
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user