From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 632 invoked from network); 13 Nov 2022 19:26:00 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 13 Nov 2022 19:26:00 -0000 Received: from tilde.team ([198.50.210.248]) by 9front; Sun Nov 13 14:24:18 -0500 2022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tilde.team; s=mail; t=1668367456; bh=qqIQISHZYCLIk8hEg5XZezAqkQwAXO5BsjqnjSPCBTY=; h=Date:From:To:Subject:References:In-Reply-To:From; b=C8ADVDKBQWkEeQO0aeRKowbs5azmgiznamiRhFDtplEeecL5NFrusaGSPgXJCq2Nu 85ZwFWxkFx/Jy8GuX7rY5CpedhRX32k744FsqL7+rPh5B7vrMf0mvqgBcv5pENYNI7 yqXt483Hnz2dNU0wQo/pvfHd7cA23ytictS13vBw= Received: from quark.home.arpa (unknown [IPv6:2607:fb90:938e:9f99:b0a0:2816:548d:4b07]) by tilde.team (Postfix) with ESMTPSA id 84D2D4C28B0 for <9front@9front.org>; Sun, 13 Nov 2022 19:24:16 +0000 (UTC) Received: from localhost (quark.home.arpa [local]) by quark.home.arpa (OpenSMTPD) with ESMTPA id d7c99115 for <9front@9front.org>; Sun, 13 Nov 2022 14:24:15 -0500 (EST) Date: Sun, 13 Nov 2022 14:24:15 -0500 From: Josiah Frentsos To: 9front@9front.org Message-ID: Mail-Followup-To: 9front@9front.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: transactional flexible element app SOAP over AJAX hypervisor injection solution Subject: Re: [9front] cwfs: Add some missing dashes Reply-To: 9front@9front.org Precedence: bulk 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");