mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
bootdrive help
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
source /home/admin/raspiblitz.info </dev/null
|
source /home/admin/raspiblitz.info </dev/null
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ "$1" == "" ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
echo "tools for the boot drive / sd card"
|
echo "tools for the boot drive / sd card"
|
||||||
echo "blitz.sdcard.sh status"
|
echo "blitz.sdcard.sh status"
|
||||||
echo "blitz.sdcard.sh expand"
|
echo "blitz.sdcard.sh expand"
|
||||||
|
Reference in New Issue
Block a user