aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
diff options
context:
space:
mode:
Diffstat (limited to 'options.go')
-rw-r--r--options.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/options.go b/options.go
index 622bd47..d7776da 100644
--- a/options.go
+++ b/options.go
@@ -721,10 +721,7 @@ const (
// CleanOptions describes how a clean should be performed.
type CleanOptions struct {
- // Dir recurses into nested directories.
Dir bool
- // All removes all changes, even those excluded by gitignore.
- All bool
}
// GrepOptions describes how a grep should be performed.