sync with OpenBSD -current
This commit is contained in:
parent
4b49aefbb1
commit
1fd36b57f8
945 changed files with 81965 additions and 59988 deletions
|
@ -217,11 +217,12 @@ main (int argc, char **argv)
|
|||
steps = atoi (argv[i]);
|
||||
continue;
|
||||
}
|
||||
if (!strcmp (argv[i], "-help") || !strcmp (argv[i], "-?"))
|
||||
if (!strcmp (argv[i], "-help") || !strcmp (argv[i], "-?") ||
|
||||
!strcmp (argv[i], "--help"))
|
||||
{
|
||||
usage (0);
|
||||
}
|
||||
if (!strcmp (argv[i], "-version"))
|
||||
if (!strcmp (argv[i], "-version") || !strcmp (argv[i], "--version"))
|
||||
{
|
||||
puts (PACKAGE_STRING);
|
||||
exit (0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue