PSA Don't combine program arguments

2022-07-19

  • dropbear -p 29 -FE

    • Will not engage the -E flag
    • Also doesn’t yell at us angrily
  • dropbear -p 29 -F -E

    • Works

Why

Some programs use basic command line arg parsers, i.e. this instance of dropbear