Hide Forgot
Description of problem: While trying to enter "tab" to auto complete the command line : rhc app cartridge add|list|reload|remove|restart|start|status|stop , It will return appending with a single "-" like following : rhc app cartridge add - ^^ single bash here -app --cartridge --config --debug --help --password --rhlogin ^^ single bash here too --timeout Version-Release number of selected component (if applicable): devenv_1606 rhc-0.86.2-1.git.6.7abb94f.el6.noarch How reproducible: Always Steps to Reproduce: 1.Try to auto complete the command with tab Actual results: It's not consistent with rhc app create + tab + Expected results: It should keep consistent and autocompeted with 2 "-" Additional info:
This was a typo that also affected these two other commands: rhc app snapshot - rhc app tail - These have all been fixed now.
(In reply to comment #1) Verified it on devenv_1608 with rhc-0.86.5-1.el6_2.noarch,it's fixed.