The drush fserver-distro command help text does not tell the user how to properly use the command at the moment. It should explain at least that the usage pattern is drush fserver-distro [distro_name] --version [version-tag].

It might also be worth considering a different usage pattern, because the --version parameter is always required (I think), and for me --XX type parameters usually imply optionality. Not sure what the (drush) conventions are on parameters, but the following pattern might be more intuitive for users: drush fserver-distro [distro-name] [version-tag]

Comments

fl3a’s picture

Title: Improve drush fserver-distro command help (parameters) » Improve drush command help
StatusFileSize
new1.94 KB
new1.63 KB

The attached patches provide

  • details about arguments
  • details about options
  • examples

About the patches

  1. fserver-drush-command-help-1.patch provides above
  2. fserver-drush-command-help-2.patch provides above
    in correspondence with #1541778: drush integration: --user option for release node uid and file uid (+ additional -u / --user option)