mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
df completions: shorten a description
This commit is contained in:
parent
1d9f34e8bf
commit
12a4091774
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue