diff options
Diffstat (limited to 'client/shared/scripts/setBootMode')
-rwxr-xr-x | client/shared/scripts/setBootMode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/shared/scripts/setBootMode b/client/shared/scripts/setBootMode index 41721207..4aa5a706 100755 --- a/client/shared/scripts/setBootMode +++ b/client/shared/scripts/setBootMode @@ -20,7 +20,7 @@ PCNAME="$(hostname)" PROG="$(basename $0)" if [ "$*" == "help" ]; then ogHelp "$PROG" "$PROG template [ 0 | 1 ] (0 - Temporary 1, - Permanent) " \ - "$PROG ogClient 1" \ + "$PROG ogLive 1" \ "$PROG 1hd-1partition 0" exit fi |