Browse Source

[1443] docstring update for backup file

Jelte Jansen 13 years ago
parent
commit
90df5f971e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/python/isc/config/cfgmgr.py

+ 2 - 1
src/lib/python/isc/config/cfgmgr.py

@@ -153,7 +153,8 @@ class ConfigManagerData:
            if it exists. If it does not exist, nothing happens.
            If old_file_name is None (default), the file used in
            read_from_file is used. If new_file_name is None (default), the
-           file old_file_name appended with .bak is used.
+           file old_file_name appended with .bak is used. If that file exists
+           already, .1 is appended. If that file exists, .2 is appended, etc.
         """
         if old_file_name is None:
             old_file_name = self.db_filename