Do not exit after printing usage, give geom(8) a chance to show standard

commands.
This commit is contained in:
Pawel Jakub Dawidek 2004-09-17 08:41:15 +00:00
parent 138cedfdc6
commit 5c8d2ac300
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135370
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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