Răsfoiți Sursa

Fix outdated comment (#934).

Dan Helfman 6 luni în urmă
părinte
comite
073d6bddf6
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      borgmatic/commands/borgmatic.py

+ 2 - 2
borgmatic/commands/borgmatic.py

@@ -275,8 +275,8 @@ def run_actions(
     '''
     '''
     Given parsed command-line arguments as an argparse.ArgumentParser instance, the configuration
     Given parsed command-line arguments as an argparse.ArgumentParser instance, the configuration
     filename, a configuration dict, a sequence of loaded configuration paths, local and remote paths
     filename, a configuration dict, a sequence of loaded configuration paths, local and remote paths
-    to Borg, a local Borg version string, a repository name, and the borgmatic runtime directory,
-    run all actions from the command-line arguments on the given repository.
+    to Borg, a local Borg version string, and a repository name, run all actions from the
+    command-line arguments on the given repository.
 
 
     Yield JSON output strings from executing any actions that produce JSON.
     Yield JSON output strings from executing any actions that produce JSON.