From e2311792c4ec91afbb3b139a03777fd0e0ba13dd Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 5 Jun 2013 11:17:25 +0000 Subject: rename rcmd option -e to -x for eXclude and make -e be encryption as with others --- appl/cmd/rcmd.b | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appl/cmd') diff --git a/appl/cmd/rcmd.b b/appl/cmd/rcmd.b index 69061a73..8815f9b7 100644 --- a/appl/cmd/rcmd.b +++ b/appl/cmd/rcmd.b @@ -26,14 +26,14 @@ init(nil: ref Draw->Context, argv: list of string) doauth := 1; exportpath := "/"; keyfile: string; - arg->setusage("rcmd [-A] [-f keyfile] [-a alg] [-e exportpath] tcp!mach cmd"); + arg->setusage("rcmd [-A] [-f keyfile] [-e alg] [-x exportpath] tcp!mach cmd"); while((o := arg->opt()) != 0) case o { - 'a' => + 'e' or 'a' => alg = arg->earg(); 'A' => doauth = 0; - 'e' => + 'x' => exportpath = arg->earg(); (n, nil) := sys->stat(exportpath); if (n == -1 || exportpath == nil) -- cgit v1.2.3