Explorar o código

Clarify NEWS items (#303).

Dan Helfman hai 2 meses
pai
achega
65b1d8e8b2
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      NEWS

+ 4 - 4
NEWS

@@ -1,11 +1,11 @@
 2.0.0.dev0
- * #303: Add flags for setting any borgmatic configuration option from the command-line. See the
+ * #303: Add command-line flags for every borgmatic configuration option. See the
    documentation for more information:
    https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/#configuration-overrides
- * #303: Add configuration options that serve as defaults for some (but not all) borgmatic
+ * #303: Add configuration options that serve as defaults for some (but not all) command-line
    action flags. For example, each entry in "repositories:" now has an "encryption" option that
-   applies to the "repo-create" action. See the documentation for more information:
-   https://torsion.org/borgmatic/docs/reference/configuration/
+   applies to the "repo-create" action, serving as a default for the "--encryption" flag. See the
+   documentation for more information: https://torsion.org/borgmatic/docs/reference/configuration/
  * #345: Add a "key import" action to import a repository key from backup.
  * #790, #821: Deprecate all "before_*", "after_*" and "on_error" command hooks in favor of more
    flexible "commands:". See the documentation for more information: