docs: replace references to genautocomplete with the new name completion
This commit is contained in:
committed by
Nick Craig-Wood
parent
c8555d1b16
commit
50aebcf403
@@ -1,4 +1,4 @@
|
||||
// Package genautocomplete provides the genautocomplete command.
|
||||
// Package genautocomplete provides the completion command.
|
||||
package genautocomplete
|
||||
|
||||
import (
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user