K 10 svn:author V 5 eugen K 8 svn:date V 27 2019-03-14T12:25:16.001024Z K 7 svn:log V 359 trim(8): add another safety net It is quite easy make a mistake and run something like this: trim -f /dev/da0 -r rfile This would trim the whole device then emit an error on non-existing file -r. Add another check to prevent this while allowing this form still for real object names beginning from dash: trim -f -- /dev/da0 -r rfile MFC after: 1 week END