"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Josiah Frentsos <jfrent@tilde.team>
Subject:
Add -n to usage_commit()
To:
gameoftrees@openbsd.org
Date:
Wed, 15 Feb 2023 20:27:41 -0500

Download raw body.

Thread
diff ac51614e087279834159667c6f71fffe546cffa6 e300b60bd29c08b0fecd0cc7cca1581574dc4241
commit - ac51614e087279834159667c6f71fffe546cffa6
commit + e300b60bd29c08b0fecd0cc7cca1581574dc4241
blob - 1ef76ea95b69bf7e45b91f9053a232d241269e7d
blob + b3f92152a92bbdb43288e9569d071a6c9e5895d0
--- got/got.c
+++ got/got.c
@@ -8732,7 +8732,7 @@ usage_commit(void)
 __dead static void
 usage_commit(void)
 {
-	fprintf(stderr, "usage: %s commit [-NS] [-A author] [-F path] "
+	fprintf(stderr, "usage: %s commit [-NnS] [-A author] [-F path] "
 	    "[-m message] [path ...]\n", getprogname());
 	exit(1);
 }