--- /dev/null
+The main documentation is availiable via --help and near the top of the
+bash script file next to this file.
+
+The script file can be stripped of the last line and used as a function
+instead of a script.
+
+Please email me if you have a patches, bugs, feedback, or republish this
+somewhere else: Ian Kelling <ian@iankelling.org>.
cedit() {
local help="Usage: [-h|--help ] [-v] [SECTION_NAME] FILE
-Create/edit a #comment delimited section of a file
+Create/modify a section in a config file
-Reads STDIN for the contents of the section. Without SECTION_NAME, it
-acts on a global unnamed section. cedit is short for config edit.
+The section is #comment delimited. Reads STDIN for the contents of the
+section. Without SECTION_NAME, it acts on a global unnamed
+section. cedit is short for config edit.
-v Verbose
-h|--help Help"