* [9front] [PATCH] Make the usage statement match the man page.
@ 2024-09-25 2:12 David Leimbach
0 siblings, 0 replies; only message in thread
From: David Leimbach @ 2024-09-25 2:12 UTC (permalink / raw)
To: 9front
---
diff d0f4f620cfba9f857dd15bdbcfc660cc01bc53c5 1b6618534799d4467defee2fe5be50b59d9a5288
--- a/sys/src/cmd/git/log.c
+++ b/sys/src/cmd/git/log.c
@@ -233,7 +233,7 @@
static void
usage(void)
{
- fprint(2, "usage: %s [-s] [-e expr | -c commit] files..\n", argv0);
+ fprint(2, "usage: %s [ -c commit | -e expr ] [ -n count ] [ -s ] [files... ]\n", argv0);
exits("usage");
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-25 2:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25 2:12 [9front] [PATCH] Make the usage statement match the man page David Leimbach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).