got.1: Fix log -s, tweak wording From stsp
diff --git a/got/got.1 b/got/got.1
index 59c4169..57af02b 100644
--- a/got/got.1
+++ b/got/got.1
@@ -314,7 +314,7 @@ in a pattern.
.It Cm st
Short alias for
.Cm status .
-.It Cm log Oo Fl c Ar commit Oc Oo Fl C Ar number Oc Oo Fl f Oc Oo Fl l Ar N Oc Oo Fl p Oc Oo Fl g Ar search-pattern Oc Oo Fl r Ar repository-path Oc Op Ar path
+.It Cm log Oo Fl c Ar commit Oc Oo Fl C Ar number Oc Oo Fl f Oc Oo Fl l Ar N Oc Oo Fl p Oc Oo Fl s Ar search-pattern Oc Oo Fl r Ar repository-path Oc Op Ar path
Display history of a repository.
If a
.Ar path
@@ -354,8 +354,8 @@ Display the patch of modifications made in each commit.
If a
.Ar path
is specified, only show the patch of modifications at or within this path.
-.It Fl g Ar search-pattern
-If specified, show only commits which log message matches the extended
+.It Fl s Ar search-pattern
+If specified, show only commits with a log message matched by the extended
regular expression
.Ar search-pattern .
Regular expression syntax is documented in