diff options
Diffstat (limited to 'cmdline.h')
-rw-r--r-- | cmdline.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |