Minor formatting

This commit is contained in:
David J. Allen 2023-10-05 12:57:08 -06:00
parent d8bd169cb7
commit d09b71262a
2 changed files with 24 additions and 20 deletions

View file

@ -7,10 +7,14 @@ function scan() {
./magellan scan --subnet 172.16.0.0 --port 443
}
function list(){
function list() {
./magellan list
}
function update() {
./magellan update --user admin --pass password --host 172.16.0.109 --component BMC --protocol HTTP --firmware-path ""
}
function collect() {
./magellan collect --user admin --pass password
}