diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-11-13 20:20:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 20:20:10 +0100 |
commit | a53c38f1a22f41603ddc36c54359dd9bb7b15378 (patch) | |
tree | 509b9052c7fe4cec58c2a5cce1ff63d6994bfc32 /man | |
parent | Merge pull request #14010 from poettering/localtime-symlink (diff) | |
parent | analyze: drop spurious newline (diff) | |
download | systemd-a53c38f1a22f41603ddc36c54359dd9bb7b15378.tar.xz systemd-a53c38f1a22f41603ddc36c54359dd9bb7b15378.zip |
Merge pull request #14017 from poettering/analyze-calendar-tweaks
Add --base-time= for systemd-analyze calendar
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-analyze.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 7e842ac201..02d7179e4c 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -778,6 +778,13 @@ Service b@0.service not loaded, b.socket cannot be started. iterations the specified calendar expression will elapse next. Defaults to 1.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--base-time=<replaceable>TIMESTAMP</replaceable></option></term> + + <listitem><para>When used with the <command>calendar</command> command, show next iterations relative + to the specified point in time. If not specified defaults to the current time.</para></listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> |