mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
Added -dryrun
Added missing information about -dryrun option Change-Id: I17f9e8c54c1d12c84476c9d19da48b0a5219e623 Reviewed-on: http://gerrit.openafs.org/4680 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
33cb8a53fd
commit
97070b425d
@ -12,13 +12,13 @@ B<vos delentry> S<<< [B<-id> <I<volume name or ID>>+] >>>
|
||||
S<<< [B<-server> <I<machine name>>] >>>
|
||||
S<<< [B<-partition> <I<partition name>>] >>>
|
||||
S<<< [B<-cell> <I<cell name>>] >>> [B<-noauth>] [B<-localauth>]
|
||||
[B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
|
||||
[B<-dryrun>] [B<-verbose>] [B<-encrypt>] [B<-noresolve>] [B<-help>]
|
||||
|
||||
B<vos de> S<<< [B<-i> <I<volume name or ID>>+] >>>
|
||||
S<<< [B<-pr> <I<prefix of volume whose VLDB entry is to be deleted>>] >>>
|
||||
S<<< [B<-s> <I<machine name>>] >>> S<<< [B<-pa> <I<partition name>>] >>>
|
||||
S<<< [B<-c> <I<cell name>>] >>> [B<-noa>] [B<-l>]
|
||||
[B<-v>] [B<-e>] [B<-nor>] [B<-h>]
|
||||
[B<-d>] [B<-v>] [B<-e>] [B<-nor>] [B<-h>]
|
||||
|
||||
=for html
|
||||
</div>
|
||||
@ -141,6 +141,10 @@ to the Volume Server and Volume Location Server during mutual
|
||||
authentication. Do not combine this flag with the B<-cell> argument or
|
||||
B<-noauth> flag. For more details, see L<vos(1)>.
|
||||
|
||||
=item B<-dryrun>
|
||||
|
||||
Show the actions which would be taken, but do not make changes.
|
||||
|
||||
=item B<-verbose>
|
||||
|
||||
Produces on the standard output stream a detailed trace of the command's
|
||||
|
Loading…
Reference in New Issue
Block a user