mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
date: complain if there are extraneout arguments
This commit is contained in:
parent
c0431ed455
commit
e6520f0532
@ -79,6 +79,8 @@ int date_main(int argc ATTRIBUTE_UNUSED, char **argv)
|
|||||||
if (!(opt & (DATE_OPT_SET | DATE_OPT_DATE))) {
|
if (!(opt & (DATE_OPT_SET | DATE_OPT_DATE))) {
|
||||||
opt |= DATE_OPT_SET;
|
opt |= DATE_OPT_SET;
|
||||||
date_str = argv[0]; /* can be NULL */
|
date_str = argv[0]; /* can be NULL */
|
||||||
|
} else if (argv[0]) {
|
||||||
|
bb_show_usage();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Now we have parsed all the information except the date format
|
/* Now we have parsed all the information except the date format
|
||||||
|
Loading…
Reference in New Issue
Block a user