mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Do not exit after printing usage, give geom(8) a chance to show standard
commands.
This commit is contained in:
parent
138cedfdc6
commit
5c8d2ac300
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135370
@ -119,7 +119,6 @@ usage(const char *comm)
|
||||
" %s forget prov [prov [...]]\n"
|
||||
" %s stop [-fv] name [...]\n",
|
||||
comm, comm, comm, comm, comm, comm, comm, comm, comm, comm, comm);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -114,7 +114,6 @@ usage(const char *comm)
|
||||
" %s remove [-v] <-n number> name\n"
|
||||
" %s stop [-fv] name [...]\n",
|
||||
comm, comm, comm, comm, comm, comm, comm, comm);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user