From 4f1af066bdc8c3db3f2bd61a5a445e3b9cb99c98 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 28 Nov 2007 17:28:57 +0000 Subject: Mustafa Oezkan: 24126: additional mount completion options --- Completion/Unix/Command/_mount | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion') diff --git a/Completion/Unix/Command/_mount b/Completion/Unix/Command/_mount index 72bdf0e93..6333c3d5b 100644 --- a/Completion/Unix/Command/_mount +++ b/Completion/Unix/Command/_mount @@ -305,11 +305,13 @@ if (( ! $+_fs_any )); then _fs_any=( '(sync)async[do all I/O asynchronously]' '(noatime)atime[update access time]' + '(norelatime)relatime[update atime relative to mtime/ctime]' '(rw suid dev exec async)defaults[use default options]' '(nodev)dev[interpret devices]' '(noexec)exec[permit execution of binaries]' '(nomand)mand[allow mandatory locks]' "(atime)noatime[don't update access time]" + "(relatime)norelatime[update access time without regard to mtime/ctime]" "(dev)nodev[don't interpret devices]" "(exec)noexec[don't allow execution of binaries]" "(mand)nomand[don'tallow mandatory locks]" -- cgit 1.4.1