Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankk2308 committed Jul 2, 2018
1 parent 1a74a72 commit c792eee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,13 @@ In-place uninstaller for the patches.
#### 5. System Recovery (`-r|--recover`)
Recover original untouched macOS configuration prior to script modifications.

#### 6. Command-Line Shortcuts (`--shortcuts`)
Prints a list of command line options that may be passed to the script or binary to completely forgo the command-line user interface and directly perform actions.

#### 7. Script Version (`-v|--version`)
Prints the version of the script/binary.

#### 8. Disable Hibernation (`-dh|--disable-hibernation`)
#### 6. Disable Hibernation (`-dh|--disable-hibernation`)
Disables hibernation mode and automatic power off as these settings may resolve wake-up failures with discrete graphics disabled.

#### 9. Restore Sleep Configuration (`-rs|--restore-sleep`)
#### 7. Restore Sleep Configuration (`-rs|--restore-sleep`)
Restores the hibernation mode configurations to recommended settings.

#### 10. Reboot System (`-rb|--reboot`)
#### 8. Reboot System (`-rb|--reboot`)
Reboots the system with a countdown.

## Troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion purge-wrangler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ disable_hibernation() {
# Revert hibernation settings
restore_sleep() {
echo "\n>> ${BOLD}Restore Sleep Configuration${NORMAL}\n\n${BOLD}Restoring default sleep settings...${NORMAL}"
pmset restoredefaults
pmset restoredefaults 1>/dev/null 2>&1
echo "Restore complete.\n"
}

Expand Down

0 comments on commit c792eee

Please sign in to comment.