robherley/snips.sh

Usage shows duplicate flags

Closed this issue · 1 comments

What happened? What is expected?

➜  snips.sh git:(feature/97) ssh f:test@localhost -p 2222 -- sign -usage
flag provided but not defined: -usage
Usage:
  -ttl value
    	lifetime of the signed url
  -ttl value
    	lifetime of the signed url

only one ttl is expected and registered in the command, yet 2 are listed

How can we reproduce it?

shown above

Anything else we need to know?

No response

Fixed in #106