commit:     f0a8171cd06b7973fe5744ab18921160628b9751
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  8 19:09:28 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec  8 19:09:28 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=f0a8171c

Add -u to short options

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

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

diff --git a/steve.cxx b/steve.cxx
index 23fdd9c..84a5c38 100644
--- a/steve.cxx
+++ b/steve.cxx
@@ -720,7 +720,7 @@ static const struct option steve_long_opts[] = {
        {},
 };
 
-static const char *steve_short_opts = "hVj:l:m:vd";
+static const char *steve_short_opts = "hVj:l:m:u:vd";
 
 int main(int argc, char **argv)
 {

Reply via email to