diff --git a/src/Context.cpp b/src/Context.cpp index f6b59fa24..2c47ba549 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -86,8 +86,9 @@ std::string configurationDefaults = "reserved.lines=1 # Assume a 1-line prompt\n" "\n" "# Miscellaneous\n" - "# # Comma-separated list. May contain any subset of:\n" - "verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync,filter,override,recur\n" + "# verbose= # Comma-separated list. May contain any subset of:\n" + "# affected,blank,context,edit,filter,footnote,header,label,new-id,new-uuid,override,project,recur,special,sync" + "verbose=affected,blank,context,edit,header,footnote,label,new-id,project,special,sync,override,recur\n" "confirmation=1 # Confirmation on delete, big changes\n" "recurrence=1 # Enable recurrence\n" "recurrence.confirmation=prompt # Confirmation for propagating changes among recurring tasks (yes/no/prompt)\n"