summaryrefslogtreecommitdiff
path: root/savedefconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-24 19:00:56 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-24 19:00:56 +0100
commit5bdec0ba25ee39dce109300809d9643d7d4306ba (patch)
treec8f3c380422c9e4a326b9eb0e0bc55281245f1bb /savedefconfig.py
parent32429aad3ac047b73e34d0bf3b165a6325088fcf (diff)
savedefconfig: Fix typo in help
Diffstat (limited to 'savedefconfig.py')
-rwxr-xr-xsavedefconfig.py4
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.