From: Ian Kelling Date: Wed, 24 Apr 2024 19:34:05 +0000 (-0400) Subject: minor docs update X-Git-Url: https://iankelling.org/git/?p=cedit;a=commitdiff_plain;h=HEAD minor docs update --- diff --git a/README b/README index 88bd451..0287269 100644 --- a/README +++ b/README @@ -1,12 +1,14 @@ -The following is the GNU All-permissive License as recommended in - +# The following is the GNU All-permissive License as recommended in +# -Copyright (C) 2024 Ian Kelling +# Copyright (C) 2024 Ian Kelling -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 1cfa580..e47afa5 100755 --- 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.