diff options
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 5bb5bcbe..be3c0eab 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -25,6 +25,7 @@ FORMAT_REC gui_text_formats[] = { { MODULE_NAME, "Text user interface", 0 }, + { "lastlog_too_long", "/LASTLOG would print $0 lines. If you really want to print all these lines use -force option.", 1, { 1 } }, { "lastlog_start", "{hilight Lastlog}:", 0 }, { "lastlog_end", "{hilight End of Lastlog}", 0 }, |