From ef1f9e1978b84d20c76936a95014ae4c51b72017 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 5 Jan 2018 17:17:47 +0100 Subject: 42229: update completion of GNU programs for coreutils 8.29 / gawk 4.2.0 --- Completion/Unix/Command/_df | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_df') diff --git a/Completion/Unix/Command/_df b/Completion/Unix/Command/_df index 4567b64b0..2586f4358 100644 --- a/Completion/Unix/Command/_df +++ b/Completion/Unix/Command/_df @@ -8,12 +8,15 @@ if _pick_variant gnu=GNU unix --version; then '--total[produce a grand total]' '(-T --print-type)'{-T,--print-type}'[print file system type]' '(-a --all)'{-a,--all}'[include dummy file systems]' + '--direct[show statistics for a file instead of mount point]' '(-l --local)'{-l,--local}'[limit listing to local file systems]' '*'{-t+,--type=}'[limit listing to file systems of specified type]:file system type:_file_systems' '*'{-x+,--exclude-type=}'[exclude file systems of specified type]:file system type:_file_systems' '(--no-sync)--sync[invoke sync before getting usage info]' '(--sync)--no-sync[do not invoke sync before getting usage info (default)]' - '-v[(ignored)]' + '--output=-[output all or specified fields]::field:_values -s , "field" + source fstype itotal iused iavail ipcent size used avail pcent file target' + '!-v' '(- : *)--help[display help and exit]' '(- : *)--version[output version information and exit]' '*:files:_umountable' -- cgit 1.4.1