summaryrefslogtreecommitdiffstats
path: root/bash-completion/cfdisk
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: stop being clever when listing block devicesSami Kerola2014-10-311-5/+1Star
| | | | | | | | | | | Various commands such as blkid, cfdisk, fdisk, delpart, and so on listed only partitions and missed for example disks and volume groups. The right thing to do is to list all block devices in all for all commands performing operations with them. This might occasionally list unexpected devices that I think is lesser bad than missing some. Addresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764488 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: update cfdiskKarel Zak2014-06-251-21/+4Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* cfdisk: add long options to the commandSami Kerola2013-05-201-6/+18
| | | | | | | | | Includes update to bash completion, and manual as well. [kzak@redhat.com: - remove <<< syntax from bash-completion script] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* 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/+35
Signed-off-by: Karel Zak <kzak@redhat.com>