You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The = is required for long options that take a value (there can't be a space between the option and value). However, it will no longer segfault in this case.
Got one more segmentation fault when specifying
--time 1:00:00
for 1 hour.Seems to be just an alias problem since
-t 1:00:00
works.The text was updated successfully, but these errors were encountered: