df completions: shorten a description

This commit is contained in:
Aaron Gyes 2022-01-31 22:33:16 -08:00
parent 1d9f34e8bf
commit 12a4091774

View File

@ -33,6 +33,6 @@ else
complete -c df -s a -d "Show all file systems"
complete -c df -s g -d "Show sizes in gigabytes"
complete -c df -s m -d "Show sizes in megabytes"
complete -c df -s n -d "Print out the previously obtained statistics from the file systems"
complete -c df -s n -d "Use cached statistics"
end