From 8c75b8b4f04015cd8186c79d6d126e8f2c5dccbe Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 5 Oct 2001 01:37:59 +0000 Subject: 15940: complete -o utf8 for mount -t vfat. --- Completion/Unix/Command/_mount | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_mount') diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index d92f56f20..a3f3d3a44 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -330,9 +330,10 @@ if (( ! $+_fs_any )); then _fs_msdos=( "$_fs_fat[@]" ) _fs_umsdos=( "$_fs_fat[@]" ) _fs_vfat=( "$_fs_fat[@]" - 'uni_xlate[translate unicode to escaped sequences]' + '(utf8)uni_xlate[translate unicode to escaped sequences]' 'posix[allow file names only differing in case]' 'nonumtail[try short name before number extension]' + '(uni_xlate)utf8[mount the filesystem in UTF8 mode]' ) _fs_hpfs=( 'uid[specify user ID of all files]:user ID:' -- cgit 1.4.1