9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] diff: include -u in usage()
@ 2022-10-12 22:19 mkf9
  0 siblings, 0 replies; only message in thread
From: mkf9 @ 2022-10-12 22:19 UTC (permalink / raw)
  To: 9front

adds -u in usage()

--- /sys/src/cmd/diff/main.c
+++ /sys/src/cmd/diff/main.c
@@ -176,7 +176,7 @@
  void
  usage(void)
  {
-	fprint(2, "usage: %s [-abcefmnrw] file1 ... file2\n", argv0);
+	fprint(2, "usage: %s [-abcefmnruw] file1 ... file2\n", argv0);
  	exits("usage");
  }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-12 22:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 22:19 [9front] [PATCH] diff: include -u in usage() mkf9

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).