The help_order plugin allows overriding the order of help sections in commands:
help_order(:desc, :options)
You can provide the default order for help sections using the default_help_order keyword argument:
plugin :help_order, default_help_order: [:usage, :options]