summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorSami Kerola2013-04-13 21:54:31 +0200
committerKarel Zak2013-04-26 13:25:58 +0200
commit930954d87a603628a9836c5963aa4636fc957a56 (patch)
treec33292f813fa36b1ff72a38329db7a71da3d3d49 /bash-completion
parentblkid, hwclock, ldattach: use program_invocation_short_name (diff)
downloadkernel-qcow2-util-linux-930954d87a603628a9836c5963aa4636fc957a56.tar.gz
kernel-qcow2-util-linux-930954d87a603628a9836c5963aa4636fc957a56.tar.xz
kernel-qcow2-util-linux-930954d87a603628a9836c5963aa4636fc957a56.zip
utmpdump: add option to write to a file
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/utmpdump2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/utmpdump b/bash-completion/utmpdump
index 3b868cec0..48af5bc7f 100644
--- a/bash-completion/utmpdump
+++ b/bash-completion/utmpdump
@@ -11,7 +11,7 @@ _utmpdump_module()
esac
case $cur in
-*)
- OPTS="--follow --reverse --version --help"
+ OPTS="--follow --reverse --output --version --help"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;