# eselect bashcomp help Manage contributed bash-completion scripts Usage: eselect bashcomp <action> <options> Standard actions: help Display help text usage Display usage information version Display version information Extra actions: disable <target> Disable specified completion(s) <target> Target name or number (from 'list' action) --global Disable for all users enable <target> Enable specified completion(s) <target> Target name or number (from 'list' action) --global Enable for all users list List available completions --global List globally enabled completions This help suggests that correct syntax for global enable (disable) is: enable bashcomp enable <target> --global , but this command creates completion for single user, not global. Working syntax is: enable bashcomp enable --global <target> Reproducible: Always Expected Results: Change displayed help, to suggest correct syntax.
Fixed in eselect-1.1.3. Thanks.