diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-24 23:52:29 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-02-24 23:52:29 +0100 |
| commit | 819779a68bc6da0c3d298efe52e3b1ca0d2e66cf (patch) | |
| tree | 42cc7ce6203a12cbf2bb8fe45b67ef2029351459 /include | |
| parent | 9230578c5bb4ee0e3e08ce432a7f07b9b967c0b8 (diff) | |
| download | duplicate_finder-819779a68bc6da0c3d298efe52e3b1ca0d2e66cf.tar.gz duplicate_finder-819779a68bc6da0c3d298efe52e3b1ca0d2e66cf.tar.bz2 | |
By default suppress unrequired output when doing analysis
Diffstat (limited to 'include')
| -rw-r--r-- | include/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/options.h b/include/options.h index 7e8ec38..4a2c806 100644 --- a/include/options.h +++ b/include/options.h @@ -27,6 +27,7 @@ enum operation_modes { extern bool option_quiet; extern bool option_show_hidden_entries; +extern bool option_show_non_duplicates; extern bool option_clean_kv; extern char *option_gdbm_db_name; extern char *option_sqlite_db_name; |
