Bryn M. Reeves wrote: > Put a '--' between the last real option and the '-1s' - this tells teh > getopt that parted uses that any remaining '-' prefixed strings are not > really options and should not be treated as such (same as doing "grep -- > '-1'" for e.g.):
Thanks for the hint Bryn! Forgot about that :-) Regards, Michael