diff --git a/cmd/help.go b/cmd/help.go index 59adc489a4385..066963fff0b63 100644 --- a/cmd/help.go +++ b/cmd/help.go @@ -37,7 +37,7 @@ documentation, changelog and configuration walkthroughs. const ( bashCompletionFunc = ` -__custom_func() { +__rclone_custom_func() { if [[ ${#COMPREPLY[@]} -eq 0 ]]; then local cur cword prev words if declare -F _init_completion > /dev/null; then