docs: replace references to genautocomplete with the new name completion

This commit is contained in:
albertony
2024-08-08 13:34:10 +01:00
committed by Nick Craig-Wood
parent c8555d1b16
commit 50aebcf403
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Package genautocomplete provides the genautocomplete command.
// Package genautocomplete provides the completion command.
package genautocomplete
import (
+1 -1
View File
@@ -20,7 +20,7 @@ Generates a bash shell autocompletion script for rclone.
By default, when run without any arguments,
rclone genautocomplete bash
rclone completion bash
the generated script will be written to
+1 -1
View File
@@ -21,7 +21,7 @@ Generates a fish autocompletion script for rclone.
This writes to /etc/fish/completions/rclone.fish by default so will
probably need to be run with sudo or as root, e.g.
sudo rclone genautocomplete fish
sudo rclone completion fish
Logout and login again to use the autocompletion scripts, or source
them directly
+1 -1
View File
@@ -21,7 +21,7 @@ Generates a zsh autocompletion script for rclone.
This writes to /usr/share/zsh/vendor-completions/_rclone by default so will
probably need to be run with sudo or as root, e.g.
sudo rclone genautocomplete zsh
sudo rclone completion zsh
Logout and login again to use the autocompletion scripts, or source
them directly