summaryrefslogtreecommitdiffstats
path: root/bash-completion/fstrim
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: add fstrim --quietKarel Zak2019-05-091-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: catch up with option changesSami Kerola2018-10-041-0/+2
| | | | | | | Check what has changed in usage functions in between v2.32..a77bd80d5 and update bash-completion files accordingly. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: fstrim: use mountpoint, not deviceAndreas Henriksson2015-11-131-1/+1
| | | | | | | | | fstrim takes mountpoint as argument but the bash completion was completing it to a device node. Addresses: http://bugs.debian.org/804833 Reported-by: Ritesh Raj Sarraf <rrs@debian.org> Signed-off-by: Andreas Henriksson <andreas@fatal.se>
* bash-completion: update fallocate, fstrim and lsblkKarel Zak2014-06-251-1/+7
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: Don't offer short options where corresponding long one exists.Ville Skyttä2013-04-081-1/+1
| | | | | | | | | Users who know the short options can just hit the short option instead of tab, and it's not likely that it would be helpful to present a list of single character options to users who don't know them, doing so just unnecessarily trashes the list of suggestions. Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: Don't offer any more completions after help or version.Ville Skyttä2013-04-081-0/+3
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-051-0/+25
Signed-off-by: Karel Zak <kzak@redhat.com>