diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-24 19:00:56 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-24 19:00:56 +0100 |
| commit | 5bdec0ba25ee39dce109300809d9643d7d4306ba (patch) | |
| tree | c8f3c380422c9e4a326b9eb0e0bc55281245f1bb | |
| parent | 32429aad3ac047b73e34d0bf3b165a6325088fcf (diff) | |
savedefconfig: Fix typo in help
| -rwxr-xr-x | savedefconfig.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/savedefconfig.py b/savedefconfig.py index ec58d27..8b45fe4 100755 --- a/savedefconfig.py +++ b/savedefconfig.py @@ -5,8 +5,8 @@ """ Saves a minimal configuration file that only lists symbols that differ in value -their defaults. Loading such a configuration file is equivalent to loading the -"full" configuration file. +from their defaults. Loading such a configuration file is equivalent to loading +the "full" configuration file. Minimal configuration files are handy to start from when editing configuration files by hand. |
