Skip to content

Commit 0d639b9

Browse files
committed
Merge pull request #170 from ryran/scrub-serials
update bash-completion for #168
2 parents 70780bb + 1041942 commit 0d639b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xsos-bash-completion.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is part of xsos, providing intelligent xsos tab-completion for BASH
22
# Save it to: /etc/bash_completion.d/
33
#
4-
# Revision date: 2015/06/23 matching up with xsos v0.6.x
4+
# Revision date: 2015/07/11 matching up with xsos v0.7.x
55
# Latest version: <http://github.com/ryran/xsos>
66
#
77
# Copyright 2013, 2015 Ryan Sawhill Aroha <[email protected]>
@@ -39,7 +39,7 @@ _xsos() {
3939
longopts="--help --version
4040
--all --bios --os --kdump --cpu --intrupt --mem --disks --mpath --lspci --ethtool --softirq --netdev --bonding --ip --net --sysctl --ps
4141
--B --C --F --M --D --T --L --R --N --G --I --P
42-
--scrub-ip --scrub-mac --ipv6 --wwid --unit --threads --verbose --width
42+
--scrub --ipv6 --wwid --unit --threads --verbose --width
4343
--nocolor --less --more"
4444

4545
# Check previous arg to see if we need to do anything special

0 commit comments

Comments
 (0)