diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-03 19:38:13 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-11 18:10:34 -0400 |
commit | 94e0bd7db1d7ca8ab7f738cdab1d014241f5b225 (patch) | |
tree | 0f670f29e0717d887c4abbbfbab730cfdedefcd8 /src/shared/logs-show.h | |
parent | f535088ef72a92533f2c4270d06289c89737fa2a (diff) |
systemctl: show hint about --full when lines don't fit
Diffstat (limited to 'src/shared/logs-show.h')
-rw-r--r-- | src/shared/logs-show.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/shared/logs-show.h b/src/shared/logs-show.h index c9a9ad3e91..11b3b59b7b 100644 --- a/src/shared/logs-show.h +++ b/src/shared/logs-show.h @@ -35,7 +35,8 @@ int output_journal( sd_journal *j, OutputMode mode, unsigned n_columns, - OutputFlags flags); + OutputFlags flags, + bool *ellipsized); int add_match_this_boot(sd_journal *j); @@ -57,7 +58,8 @@ int show_journal_by_unit( unsigned how_many, uid_t uid, OutputFlags flags, - bool system); + bool system, + bool *ellipsized); void json_escape( FILE *f, |