dde12a0
diff -up openhpi-3.8.0/docs/man/hpicrypt.1.pod.me openhpi-3.8.0/docs/man/hpicrypt.1.pod
dde12a0
--- openhpi-3.8.0/docs/man/hpicrypt.1.pod.me	2018-08-07 15:49:10.034455449 +0200
dde12a0
+++ openhpi-3.8.0/docs/man/hpicrypt.1.pod	2018-08-07 15:50:10.702706004 +0200
dde12a0
@@ -23,6 +23,9 @@ Please have a backup copy of the file be
dde12a0
 
dde12a0
 Decrypt the config_file and output the text to screen with helpful message
dde12a0
 
dde12a0
+=item B<-c>
dde12a0
+Config file to encrypt or decrypt
dde12a0
+
dde12a0
 =back
dde12a0
 
dde12a0
 =head1 SEE ALSO
dde12a0
diff -up openhpi-3.8.0/docs/man/hpitop.1.pod.me openhpi-3.8.0/docs/man/hpitop.1.pod
dde12a0
--- openhpi-3.8.0/docs/man/hpitop.1.pod.me	2018-08-07 15:23:49.398174972 +0200
dde12a0
+++ openhpi-3.8.0/docs/man/hpitop.1.pod	2018-08-07 15:25:16.451534556 +0200
dde12a0
@@ -5,7 +5,7 @@ hpitop - A openhpi sample application th
dde12a0
 
dde12a0
 =head1 SYNOPSIS 
dde12a0
 
dde12a0
- hpitop [-D nn] [-N host[:port]] [-C <cfgfile>] [-rscwiafd] [-n nn] [-X] [-h]
dde12a0
+ hpitop [-D nn] [-N host[:port]] [-C <cfgfile>] [-r] [-s] [-c] [-w] [-i] [-a] [-f] [-d] [-n nn] [-X] [-h]
dde12a0
  hpitop [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--rpts] [--sensors]
dde12a0
         [--controls] [--watchdogs] [--inventories] [--annunciators] [--fumis] [--dimis] 
dde12a0
         [--resource=nn] [--debug] [--help]
dde12a0
diff -up openhpi-3.8.0/docs/man/hpitree.1.pod.me openhpi-3.8.0/docs/man/hpitree.1.pod
dde12a0
--- openhpi-3.8.0/docs/man/hpitree.1.pod.me	2018-08-07 16:01:44.231568709 +0200
dde12a0
+++ openhpi-3.8.0/docs/man/hpitree.1.pod	2018-08-07 16:02:31.364763240 +0200
dde12a0
@@ -5,7 +5,7 @@ and resources' manamegement instruments
dde12a0
 
dde12a0
 =head1 SYNOPSIS 
dde12a0
 
dde12a0
- hpitree [-D nn] [-N host[:port]] [-C <cfgfile>] [-acdiorsw ] [-n nn] [-X] [-h]
dde12a0
+ hpitree [-D nn] [-N host[:port]] [-C <cfgfile>] [-a] [-c] [-d] [-i] [-o] [-r] [-s] [-w] [-n nn] [-X] [-h]
dde12a0
  hpitree [--domain=nn] [--host=host[:port]] [--cfgfile=file] [--all] [--controls] [--rdrs] [--inventories] [--rpts]
dde12a0
          [--sensors] [--watchdogs] [--overview] [--resource=nn] [--debug] [--help]
dde12a0
 
dde12a0
diff -up openhpi-3.8.0/docs/man/openhpid.8.pod.me openhpi-3.8.0/docs/man/openhpid.8.pod
dde12a0
--- openhpi-3.8.0/docs/man/openhpid.8.pod.me	2018-08-07 16:10:04.766634543 +0200
dde12a0
+++ openhpi-3.8.0/docs/man/openhpid.8.pod	2018-08-07 16:15:01.409858847 +0200
dde12a0
@@ -38,6 +38,12 @@ The client and daemon currently cannot r
dde12a0
 
dde12a0
 =over 4
dde12a0
 
dde12a0
+=item B<-d>, B<--decrypt>
dde12a0
+Config file encrypted with hpicrypt. Decrypt and read
dde12a0
+
dde12a0
+=item B<-h>, B<--help>
dde12a0
+Show help options
dde12a0
+
dde12a0
 =item B<-c>, B<--cfg>=I<conf_file>
dde12a0
 
dde12a0
 Sets path/name of the configuration file.
dde12a0
diff -up openhpi-3.8.0/openhpid/threaded.c.me openhpi-3.8.0/openhpid/threaded.c