man-page-fs-newalias-20070805
[openafs.git] / doc / man-pages / pod1 / fs_getcrypt.pod
index 1258880..1b33bc2 100644 (file)
@@ -7,7 +7,7 @@ fs getcrypt - Displays the state of encryption for AFS file transfers
 =for html
 <div class="synopsis">
 
-B<fs getcrypt>
+B<fs getcrypt> [B<-help>]
 
 =for html
 </div>
@@ -33,23 +33,30 @@ encryption is turned on.
 
 =head1 OPTIONS
 
-This commands takes no options.
+=over 4
+
+=item B<-help>
+
+Prints the online help for this command. All other valid options are
+ignored.
+
+=back
 
 =head1 OUTPUT
 
 If encryption is enabled, the output is:
 
-    Security level is currently crypt (data security).
+   Security level is currently crypt (data security).
 
 If encryption if disabled, the output is:
 
-    Security level is currently clear.
+   Security level is currently clear.
 
 =head1 EXAMPLES
 
 There is only one way to invoke B<fs getcrypt>:
 
-    % fs getcrypt
+   % fs getcrypt
 
 =back