Skip to content

Commit

Permalink
Typo in man command for storcli help
Browse files Browse the repository at this point in the history
  • Loading branch information
kamermans authored Sep 7, 2016
1 parent ac8f565 commit 8658653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/megacli_profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ man() {
shopt -s nocasematch
if [[ $@ =~ "megacli" ]]; then
command megacli -help | less -S
elif [[ $@ =~ "megacli" ]]; then
elif [[ $@ =~ "storcli" ]]; then
command storcli -help | less -S
else
command man "$@"
Expand Down

0 comments on commit 8658653

Please sign in to comment.