9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Josiah Frentsos <jfrent@tilde.team>
To: 9front@9front.org
Subject: [9front] cwfs: Add some missing dashes
Date: Tue, 25 Oct 2022 14:33:32 -0400	[thread overview]
Message-ID: <Y1gr/Bf667IpIdBP@quark.home.arpa> (raw)

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");

             reply	other threads:[~2022-10-25 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-25 18:33 Josiah Frentsos [this message]
2022-11-13 19:24 ` Josiah Frentsos
2022-11-13 22:05   ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y1gr/Bf667IpIdBP@quark.home.arpa \
    --to=jfrent@tilde.team \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).