diff --git a/src/freedombone-mesh-bmx6 b/src/freedombone-mesh-bmx6 index 255fea0a..9f3cc552 100755 --- a/src/freedombone-mesh-bmx6 +++ b/src/freedombone-mesh-bmx6 @@ -47,7 +47,7 @@ if [ ! $IFACE ]; then fi function status { - bmx6 -c status + bmx6 -c show=status show=interfaces show=links show=originators } function stop { diff --git a/src/freedombone-mesh-bmx7 b/src/freedombone-mesh-bmx7 index 0a5e5a51..be83952b 100755 --- a/src/freedombone-mesh-bmx7 +++ b/src/freedombone-mesh-bmx7 @@ -46,7 +46,7 @@ if [ ! $IFACE ]; then fi function status { - bmx7 -c status + bmx7 -c show=status show=interfaces show=links show=originators } function stop {