diff options
Diffstat (limited to 'cmd/wipe')
-rw-r--r-- | cmd/wipe/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/wipe/main.go b/cmd/wipe/main.go index beeced2..30b0061 100644 --- a/cmd/wipe/main.go +++ b/cmd/wipe/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// wipe wipes sections of an image which are outside of an automatically +// determined content area package main import ( |