diff options
Diffstat (limited to 'setconfig.py')
| -rwxr-xr-x | setconfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setconfig.py b/setconfig.py index 4c41529..c92f346 100755 --- a/setconfig.py +++ b/setconfig.py @@ -16,6 +16,9 @@ The exit status on errors is 1. The default input/output configuration file is '.config'. A different filename can be passed in the KCONFIG_CONFIG environment variable. + +When overwriting a configuration file, the old version is saved to +<filename>.old (e.g. .config.old). """ import argparse import sys |
