From cb9ce3be725cdbe8cb98b02ac05d134e345111d2 Mon Sep 17 00:00:00 2001
From: Matthew Fernandez <matthew.fernandez@gmail.com>
Date: Fri, 30 Sep 2022 19:10:45 -0700
Subject: [PATCH] sccmap: fix missing '-S' in usage summary

---
 CHANGELOG.md       | 1 +
 cmd/tools/sccmap.1 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b2406fde..b63c3f052 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - Graphviz no longer fails to load private Ghostscript symbols ("Could not load
   `libgvplugin_gs.so.6`) #2280
 - trailing commas issue with fdp layout #2282
+- Missing `-S` in `sccmap` man page usage summary.
 
 ## [6.0.1] – 2022-09-11
 
diff --git a/cmd/tools/sccmap.1 b/cmd/tools/sccmap.1
index b89eaff7b..776559b9d 100644
--- a/cmd/tools/sccmap.1
+++ b/cmd/tools/sccmap.1
@@ -3,7 +3,7 @@
 sccmap \- extract strongly connected components of directed graphs
 .SH SYNOPSIS
 \fBsccmap\fR
-[\fB\-dsv\fR]
+[\fB\-dsSv\fR]
 [
 .BI \-o outfile
 ]
-- 
2.40.0