From 50ded1daebc6cc7e133ac02912fd184aba5f642d Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 19 May 2019 03:07:47 +0200 Subject: Make .config.old easier to discover Mention that the old version of an overwritten configuration file is saved to .old in a few different places, to make it easier to discover. --- setconfig.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setconfig.py') 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 +.old (e.g. .config.old). """ import argparse import sys -- cgit v1.2.3