* Added anvil-file-details.8, but it's not completely written yet. Converted anvil-file-details to use the new switch loading method.
* Fixed the RC in ocf:alteeve:server to exit with 0 on notify calls, resolves issue #392. * Fixed typo references in issue #390. Signed-off-by: digimer <mkelly@alteeve.ca>main
parent
1667d1f132
commit
7bf7c3747c
3 changed files with 34 additions and 7 deletions
@ -0,0 +1,29 @@ |
|||||||
|
.\" Manpage for the Anvil! file detail tool |
||||||
|
.\" Contact mkelly@alteeve.com to report issues, concerns or suggestions. |
||||||
|
.TH anvil-file-details "8" "October 26 2022" "Anvil! Intelligent Availability™ Platform" |
||||||
|
.SH NAME |
||||||
|
anvil-file-details \- Display details of the file passed in |
||||||
|
.SH SYNOPSIS |
||||||
|
.B anvil-file-details |
||||||
|
\fI\,</path/to/file> \/\fR |
||||||
|
.SH DESCRIPTION |
||||||
|
All this does is stat a file and return the information in a parsable way. For this reason, translatable strings are not used. |
||||||
|
.TP |
||||||
|
.SH OPTIONS |
||||||
|
.TP |
||||||
|
\-?, \-h, \fB\-\-help\fR |
||||||
|
Show this man page. |
||||||
|
.TP |
||||||
|
\fB\-\-log-secure\fR |
||||||
|
When logging, record sensitive data, like passwords. |
||||||
|
.TP |
||||||
|
\-v, \-vv, \-vvv |
||||||
|
Set the log level to 1, 2 or 3 respectively. Be aware that level 3 generates a significant amount of log data. |
||||||
|
.SS "EXAMPLE" |
||||||
|
.TP |
||||||
|
|
||||||
|
.IP |
||||||
|
.SH AUTHOR |
||||||
|
Written by Madison Kelly, Alteeve staff and the Anvil! project contributors. |
||||||
|
.SH "REPORTING BUGS" |
||||||
|
Report bugs to users@clusterlabs.org |
Loading…
Reference in new issue