diff options
Diffstat (limited to 'Completion/Unix/Command/_wget')
-rw-r--r-- | Completion/Unix/Command/_wget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index 67c2326e2..54c09a377 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -79,7 +79,7 @@ _arguments -C -s \ '(--user)--ftp-user=:user' \ '(--password)--ftp-password=:password' \ "--no-remove-listing[don't remove \`.listing' files]" \ - '--no-glob[turn off FTP file name globbing.]' \ + '--no-glob[turn off FTP file name globbing]' \ '--no-passive-ftp' \ '--retr-symlinks' \ '--preserve-permissions[preserve remote file permissions with ftp]' \ |