From 5e60d86c33d357a51ac71384e7b2d26d21221cac Mon Sep 17 00:00:00 2001 From: Josiah Frentsos Date: Sun, 13 Nov 2022 19:24:15 +0000 Subject: Re: [9front] cwfs: Add some missing dashes Ping. --- sys/src/cmd/cwfs/con.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/src') diff --git a/sys/src/cmd/cwfs/con.c b/sys/src/cmd/cwfs/con.c index d604f9241..1d2e0c608 100644 --- a/sys/src/cmd/cwfs/con.c +++ b/sys/src/cmd/cwfs/con.c @@ -816,10 +816,10 @@ installcmds(void) 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"); -- cgit v1.2.3