summaryrefslogtreecommitdiffstats
path: root/bash-completion
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion: use '\n' as IFS when ask for filenamesKarel Zak2013-09-3046-0/+49
| | | | | | | | | | | | The bash completion for more(1) treats the space-separated pieces of filenames as different files. $ touch foo\ bar $ more foo<TAB> bar foo Reported-by: Ángel González <ingenit@zoho.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: fix typos in mkfs.bfs logicMike Frysinger2013-09-201-2/+2
| | | | | | | | There is no "bfs" command. Change this file to match the other mkfs files where we have a "mkfs." prefix. Reported-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* last: merge sysvinit last/lastbOndrej Oprala2013-08-121-1/+1
| | | | | Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: add lscpu max mhz to manual and bash completionSami Kerola2013-06-071-1/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* 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>
* hexdump: add long options to the commandSami Kerola2013-04-261-5/+17
| | | | | | Includes update to bash completion, and manual as well. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* utmpdump: add option to write to a fileSami Kerola2013-04-261-1/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: add mount and umountSami Kerola2013-04-262-0/+147
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: make wall optional in bash-completionKarel Zak2013-04-101-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-fdformatKarel Zak2013-04-101-2/+5
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-bfsKarel Zak2013-04-101-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --disable-cytuneKarel Zak2013-04-101-1/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: add swapoffBernhard Voelker2013-04-101-0/+54
| | | | | | | [kzak@redhat.com: remove short options] Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de> Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: swapon: add options and fix argumentSami Kerola2013-04-091-4/+15
| | | | | | | | | The initial bash-completion missed swapon options -L and -U. Use of block device was proposed to be more appropriate than a path to a file. Requested-by: Karel Zak <kzak@redhat.com> References: http://marc.info/?l=util-linux-ng&m=136517310727426&w=2 Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: setarch: use correct list for architecturesSami Kerola2013-04-091-8/+1Star
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* bash-completion: Symlink runuser symlink to su so it gets loaded on demand.Ville Skyttä2013-04-081-0/+7
| | | | | | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com> [kzak@redhat.com: - use '-runuser' in the install hook - use the hook only if runuser is enabled]
* bash-completion: Don't offer short options where corresponding long one exists.Ville Skyttä2013-04-0874-462/+461Star
| | | | | | | | | 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: Avoid some unnecessary subshells.Ville Skyttä2013-04-087-12/+12
| | | | 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-0887-23/+353
| | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* build-sys: add --disable-bash-completionKarel Zak2013-04-051-0/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* bash-completion: rename shell-completion -> bash-completionKarel Zak2013-04-0591-0/+3413
Signed-off-by: Karel Zak <kzak@redhat.com>