diff --git a/bin/grav-restore b/bin/restore similarity index 94% rename from bin/grav-restore rename to bin/restore index 4c8175f26..e949471fe 100755 --- a/bin/grav-restore +++ b/bin/restore @@ -33,24 +33,24 @@ const RESTORE_USAGE = << [--staging-root=/absolute/path] + bin/restore apply [--staging-root=/absolute/path] Restores the specified snapshot created by safe-upgrade. - bin/grav-restore recovery [status|clear] + bin/restore recovery [status|clear] Shows the recovery flag context or clears it. Options: --staging-root Overrides the staging directory (defaults to configured value). Examples: - bin/grav-restore list - bin/grav-restore apply stage-68eff31cc4104 - bin/grav-restore apply stage-68eff31cc4104 --staging-root=/var/grav-backups - bin/grav-restore recovery status - bin/grav-restore recovery clear + bin/restore list + bin/restore apply stage-68eff31cc4104 + bin/restore apply stage-68eff31cc4104 --staging-root=/var/grav-backups + bin/restore recovery status + bin/restore recovery clear USAGE; /**