summaryrefslogtreecommitdiffstats
path: root/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline.h')
-rw-r--r--cmdline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdline.h b/cmdline.h
index 4a1ef3b..3a8c064 100644
--- a/cmdline.h
+++ b/cmdline.h
@@ -96,6 +96,8 @@ struct cmdline {
bool xargs_safe;
/** Whether to ignore deletions that race with bfs. */
bool ignore_races;
+ /** Whether to only return unique files. */
+ bool unique;
/** The command line expression. */
struct expr *expr;