-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# This file is part of xsos, providing intelligent xsos tab-completion for BASH | ||
# Save it to: /etc/bash_completion.d/ | ||
# | ||
# Revision date: 2015/06/23 matching up with xsos v0.6.x | ||
# Revision date: 2015/07/11 matching up with xsos v0.7.x | ||
# Latest version: <http://github.com/ryran/xsos> | ||
# | ||
# Copyright 2013, 2015 Ryan Sawhill Aroha <[email protected]> | ||
|
@@ -39,7 +39,7 @@ _xsos() { | |
longopts="--help --version | ||
--all --bios --os --kdump --cpu --intrupt --mem --disks --mpath --lspci --ethtool --softirq --netdev --bonding --ip --net --sysctl --ps | ||
--B --C --F --M --D --T --L --R --N --G --I --P | ||
--scrub-ip --scrub-mac --ipv6 --wwid --unit --threads --verbose --width | ||
--scrub --ipv6 --wwid --unit --threads --verbose --width | ||
--nocolor --less --more" | ||
|
||
# Check previous arg to see if we need to do anything special | ||
|