9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] cwfs: Add some missing dashes
@ 2022-10-25 18:33 Josiah Frentsos
  2022-11-13 19:24 ` Josiah Frentsos
  0 siblings, 1 reply; 3+ messages in thread
From: Josiah Frentsos @ 2022-10-25 18:33 UTC (permalink / raw)
  To: 9front

diff f2eef8e077d3a9d7755c18ddf26722eaa3ab81b8 uncommitted
--- a/sys/src/cmd/cwfs/con.c
+++ b/sys/src/cmd/cwfs/con.c
@@ -816,10 +816,10 @@
 	cmd_install("who", "[user ...] -- print attaches", cmd_who);
 	cmd_install("hangup", "chan -- clunk files", cmd_hangup);
 	cmd_install("printconf", "-- print configuration", cmd_printconf);
-	cmd_install("noauth", "toggle noauth flag", cmd_noauth);
-	cmd_install("nonone", "toggle nonone flag", cmd_nonone);
-	cmd_install("noattach", "toggle noattach flag", cmd_noattach);
-	cmd_install("files", "report on files structure", cmd_files);
+	cmd_install("noauth", "-- toggle noauth flag", cmd_noauth);
+	cmd_install("nonone", "-- toggle nonone flag", cmd_nonone);
+	cmd_install("noattach", "-- toggle noattach flag", cmd_noattach);
+	cmd_install("files", "-- report on files structure", cmd_files);
 
 	chatflag = flag_install("chat", "-- verbose");
 	errorflag = flag_install("error", "-- on errors");

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] cwfs: Add some missing dashes
  2022-10-25 18:33 [9front] cwfs: Add some missing dashes Josiah Frentsos
@ 2022-11-13 19:24 ` Josiah Frentsos
  2022-11-13 22:05   ` ori
  0 siblings, 1 reply; 3+ messages in thread
From: Josiah Frentsos @ 2022-11-13 19:24 UTC (permalink / raw)
  To: 9front

Ping.

diff f2eef8e077d3a9d7755c18ddf26722eaa3ab81b8 uncommitted
--- a/sys/src/cmd/cwfs/con.c
+++ b/sys/src/cmd/cwfs/con.c
@@ -816,10 +816,10 @@
 	cmd_install("who", "[user ...] -- print attaches", cmd_who);
 	cmd_install("hangup", "chan -- clunk files", cmd_hangup);
 	cmd_install("printconf", "-- print configuration", cmd_printconf);
-	cmd_install("noauth", "toggle noauth flag", cmd_noauth);
-	cmd_install("nonone", "toggle nonone flag", cmd_nonone);
-	cmd_install("noattach", "toggle noattach flag", cmd_noattach);
-	cmd_install("files", "report on files structure", cmd_files);
+	cmd_install("noauth", "-- toggle noauth flag", cmd_noauth);
+	cmd_install("nonone", "-- toggle nonone flag", cmd_nonone);
+	cmd_install("noattach", "-- toggle noattach flag", cmd_noattach);
+	cmd_install("files", "-- report on files structure", cmd_files);
 
 	chatflag = flag_install("chat", "-- verbose");
 	errorflag = flag_install("error", "-- on errors");

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9front] cwfs: Add some missing dashes
  2022-11-13 19:24 ` Josiah Frentsos
@ 2022-11-13 22:05   ` ori
  0 siblings, 0 replies; 3+ messages in thread
From: ori @ 2022-11-13 22:05 UTC (permalink / raw)
  To: 9front

Quoth Josiah Frentsos <jfrent@tilde.team>:
> Ping.
>

done, thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-13 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 18:33 [9front] cwfs: Add some missing dashes Josiah Frentsos
2022-11-13 19:24 ` Josiah Frentsos
2022-11-13 22:05   ` ori

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