commit f99b0ef9257f3344a0d6d1b0a76bfaa2ef6bbb9d
parent 1eba321eed72044bc7bf444b9c7ac04ec7ba8417
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Sun, 3 Mar 2024 16:56:26 +0100
Fix comments
One of them should disable a shellcheck warning but didn't because of a
spelling mistake.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/git-wad b/git-wad
@@ -135,7 +135,7 @@ wad_objects() # [-1a]
# | Print information _and_ contents of these hashes
# | Keep only the contents of objects corresponding to WAD files
# | And finally, extract the corresponding WAD object digest
- # shellsheck disable=SC2248 # ${rev} can have several arguments
+ # shellcheck disable=SC2086 # ${rev} can have several arguments
git rev-list --objects ${rev} \
| cut -d' ' -f1 \
| git cat-file --batch-check \
@@ -359,7 +359,7 @@ prune() # [-1a]
}
# Print WAD management status
-status() # [--all]
+status() # [-1a]
{
# First, we need to check that a commit exists, otherwise there's no
# active HEAD and therefore no status to report. In fact, the function