diff --git a/src/flog.rs b/src/flog.rs index 9a90ae600..6771b2ac2 100644 --- a/src/flog.rs +++ b/src/flog.rs @@ -120,7 +120,7 @@ pub fn all_categories() -> Vec<&'static category_t> { (char_encoding, "char-encoding", "Character encoding issues"); (history, "history", "Command history events"); - (history_file, "history-file", "Reading/Writing the history file", true); + (history_file, "history-file", "Reading/Writing the history file"); (profile_history, "profile-history", "History performance measurements");