commit:     8f3119e267e39e1f5280d6e3e94c60620d848883
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 19:57:19 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 19:57:19 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=8f3119e2

Fix short -s option

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 stevie.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stevie.cxx b/stevie.cxx
index fd1301c..b8b3403 100644
--- a/stevie.cxx
+++ b/stevie.cxx
@@ -173,7 +173,7 @@ static const struct option stevie_long_opts[] = {
        {},
 };
 
-static const char *stevie_short_opts = "+hVtjJ:lL:rR:mM:pP:";
+static const char *stevie_short_opts = "+hVs:tjJ:lL:rR:mM:pP:";
 
 typedef std::vector<
        std::pair<unsigned long, std::variant<int64_t, double>>

Reply via email to