Update of /cvsroot/radmind/radmind/man
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32036/man
Modified Files:
rash.1
Log Message:
Adds the -U flag to ra.sh for overriding $USER. ( patch 1435665 )
Thanks Sean Sweda
Index: rash.1
===================================================================
RCS file: /cvsroot/radmind/radmind/man/rash.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** rash.1 3 Oct 2005 17:13:53 -0000 1.2
--- rash.1 21 Feb 2006 21:59:22 -0000 1.3
***************
*** 10,13 ****
--- 10,15 ----
.BI \-h\ server
] [
+ .BI \-U\ user
+ ] [
.BI \-w\ authlevel
] {
***************
*** 77,80 ****
--- 79,85 ----
checked out a machine may check it back in.
+ checkin and checkout both use $USER to determine who is performing
+ the command. $USER can be overridden using the -U option.
+
The -c option can be used to turn on checksums for fsdiff. The only
supported checksum SHA1.
***************
*** 99,107 ****
.TP 19
.B \-l
! Prompt for remote user name.
.TP 19
.B \-t
use tempfiles
.TP 19
.B \-V
displays the version of
--- 104,116 ----
.TP 19
.B \-l
! Prompt for remote user name. The -U option disables this prompt.
.TP 19
.B \-t
use tempfiles
.TP 19
+ .BI \-U\ user
+ specifies the user. By default, $USER
+ will be used.
+ .TP 19
.B \-V
displays the version of
|