[docs] add tags to file-timezone commands

pull/1242/head
Tim Stack 3 months ago
parent 36ab5e1e8b
commit 57bfcbf473

@ -124,6 +124,8 @@
**Parameters**
* **pattern\*** --- The glob pattern to match against files that should no longer use this timezone
**See Also**
:ref:`set_file_timezone`
----
@ -1251,6 +1253,8 @@
* **zone\*** --- The timezone name
* **pattern** --- The glob pattern to match against files that should use this timezone
**See Also**
:ref:`clear_file_timezone`
----

@ -5746,7 +5746,8 @@ readline_context::command_t STD_COMMANDS[] = {
.with_parameter(help_text{"pattern",
"The glob pattern to match against "
"files that should use this timezone"}
.optional()),
.optional())
.with_tags({"file-options"}),
com_set_file_timezone_prompt,
},
{
@ -5758,7 +5759,8 @@ readline_context::command_t STD_COMMANDS[] = {
.with_parameter(
help_text{"pattern",
"The glob pattern to match against files that should "
"no longer use this timezone"}),
"no longer use this timezone"})
.with_tags({"file-options"}),
},
{"current-time",
com_current_time,

@ -752,7 +752,8 @@ For support questions, email:
Parameter
pattern The glob pattern to match against files that
should no longer use this timezone
See Also
:set-file-timezone
:clear-filter-expr
══════════════════════════════════════════════════════════════════════
@ -1484,7 +1485,8 @@ For support questions, email:
zone The timezone name
pattern The glob pattern to match against files that
should use this timezone
See Also
:clear-file-timezone
:set-min-log-level log-level
══════════════════════════════════════════════════════════════════════

@ -21,10 +21,8 @@
LNAV The Logfile Navigator
The Log File Navigator, lnav for short, is an advanced log file viewer
for the small-scale. It is a terminal application that can understand
your log files and make it easy for you to find problems with little
to no setup.
The Log File Navigator, lnav for short, is a log file viewer for the
terminal.
Screenshot

Loading…
Cancel
Save