minor docs update master
authorIan Kelling <iank@fsf.org>
Wed, 24 Apr 2024 19:34:05 +0000 (15:34 -0400)
committerIan Kelling <iank@fsf.org>
Wed, 24 Apr 2024 19:34:05 +0000 (15:34 -0400)
README
cedit

diff --git a/README b/README
index 88bd451fc7a92cb7c27f1b4f0276a9a59e8c5959..028726950cc64289a10006af1b1bd8aedf817911 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,14 @@
-The following is the GNU All-permissive License as recommended in
-<https://www.gnu.org/licenses/license-recommendations.en.html>
+The following is the GNU All-permissive License as recommended in
+<https://www.gnu.org/licenses/license-recommendations.en.html>
 
-Copyright (C) 2024 Ian Kelling <ian@iankelling.org>
+Copyright (C) 2024 Ian Kelling <ian@iankelling.org>
 
-Copying and distribution of this file, with or without modification,
-are permitted in any medium without royalty provided the copyright
-notice and this notice are preserved.  This file is offered as-is,
-without any warranty.
+# Copying and distribution of this file, with or without modification,
+# are permitted in any medium without royalty provided the copyright
+# notice and this notice are preserved.  This file is offered as-is,
+# without any warranty.
+
+Create/modify a comment-delimited section in a config file
 
 The main documentation is availiable via --help and near the top of the
 bash script file next to this file.
diff --git a/cedit b/cedit
index 1cfa5803c08cdb13945b8ae81fa882f747bcfc89..e47afa5f749407087a25259c027c612262bd7265 100755 (executable)
--- a/cedit
+++ b/cedit
@@ -22,7 +22,7 @@
 
 cedit() {
   local help="Usage: [-h|--help ] [-v] [SECTION_NAME] FILE
-Create/modify a section in a config file
+Create/modify a comment-delimited section in a config file
 
 Returns 1 if the file is modified by this command, 2 or higher
 for other problems.