From: Frantisek Sumsal Date: Mon, 21 Feb 2022 12:14:18 +0000 (+0100) Subject: systemctl,man: update docs for `--timestamp=` X-Git-Tag: v251-rc1~253^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b58b4a9f379748fec667fb60606de945eaafadbe;p=thirdparty%2Fsystemd.git systemctl,man: update docs for `--timestamp=` --- diff --git a/man/systemctl.xml b/man/systemctl.xml index 1c149095239..53acb083b25 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -2305,6 +2305,13 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err + + + + @seconds-since-the-epoch + + + diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 9031e685ea5..0489796a75c 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -296,11 +296,8 @@ static int systemctl_help(void) { " --boot-loader-entry=NAME\n" " Boot into a specific boot loader entry on next boot\n" " --plain Print unit dependencies as a list instead of a tree\n" - " --timestamp=FORMAT Change format of printed timestamps.\n" - " 'pretty' (default): 'Day YYYY-MM-DD HH:MM:SS TZ\n" - " 'us': 'Day YYYY-MM-DD HH:MM:SS.UUUUUU TZ\n" - " 'utc': 'Day YYYY-MM-DD HH:MM:SS UTC\n" - " 'us+utc': 'Day YYYY-MM-DD HH:MM:SS.UUUUUU UTC\n" + " --timestamp=FORMAT Change format of printed timestamps (pretty, unix,\n" + " us, utc, us+utc)\n" " --read-only Create read-only bind mount\n" " --mkdir Create directory before mounting, if missing\n" " --marked Restart/reload previously marked units\n"