You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Configurable options are:
85
85
|`dryrun`|Boolean|`false`|Write log line to console but _**not**_ to the log file. Useful for testing.|
86
86
|`logfile`|String|`bootlog.txt`|Log file filename with fully qualified ([absolute](https://www.computerhope.com/issues/ch001708.htm)) path. Use quotes if there are spaces in the path.|
87
87
|`namewidth`|Integer|`14`|Minimum computer name width. Longer names are _**not**_ truncated. Shorter names are padded with spaces.|
88
-
|`no-buildinfo`|Boolean|`false`|Version and build info will_**not**_ be included in the log entry.|
88
+
|`no-buildinfo`|Boolean|`false`|Version and build info will _**not**_ be included in the log entry.|
89
89
|`no-text`|Boolean|`false`|The "was rebooted on" text will _**not**_ be included in the log entry.|
90
90
|`quiet`|Boolean|`false`|Quiet operation. Do _**not**_ print non-error messages to the console.|
91
91
|`timeformat`|String|`12Hour`|Date/Time format. Use `12Hour` for 12 hour, `24Hour` for 24 hour or most of the Go pre-defined formats. _DateOnly and TimeOnly are _**not**_ included_. See https://pkg.go.dev/time#pkg-constants for details. |
0 commit comments