Closed
Description
since 95bea6b , we can't use -s
as a short option (e.g., instead of -sf
, we now have to type -s -f
, because otherwise f
is interpreted as an argument to -s
.).
This has broken some scripts of mine on upgrading to Ubuntu 22.04 pre-release.
I believe that it is against standard command-line flag conventions to have -s
take an argument despite being a short option.
Metadata
Metadata
Assignees
Labels
No labels