Add missing builtin_print_help in realpath

This got dropped in the port.
This commit is contained in:
ridiculousfish 2023-03-12 19:03:44 -07:00
parent 88e0c2137a
commit f54a45d09c

View File

@ -87,6 +87,7 @@ pub fn realpath(
0,
args.len() - 1
));
builtin_print_help(parser, streams, cmd);
return STATUS_INVALID_ARGS;
}