Skip to content

Commit

Permalink
Merge pull request #74 from deekayen/patch-3
Browse files Browse the repository at this point in the history
Fix copy/paste typo.
  • Loading branch information
hephaest0s authored Jul 30, 2016
2 parents a58cc9d + a2e71d6 commit f8024e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/usbkill.ini
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ do_sync = True
##########


# Set do_wipe_swap to True in order clean the swap
# Set do_wipe_ram to True in order clean the ram.
do_wipe_ram = False
# Check sdmem --help for available options
wipe_ram_cmd = sdmem -fll

# Set do_wipe_swap to True in order clean the swap
# Set do_wipe_swap to True in order clean the swap.
do_wipe_swap = False
# Check sswap --help for available options
wipe_swap_cmd = sswap -l
Expand Down

0 comments on commit f8024e3

Please sign in to comment.