From 12c562c93fb89d65417ae447bd03f174c2a8a301 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sun, 19 Jan 2020 10:09:07 +0000 Subject: [PATCH] Fix integration test suite 2 --- xtests/help | 1 + xtests/help_long | 1 + 2 files changed, 2 insertions(+) diff --git a/xtests/help b/xtests/help index 9b84019..0d899d6 100644 --- a/xtests/help +++ b/xtests/help @@ -42,6 +42,7 @@ LONG VIEW OPTIONS -t, --time FIELD which timestamp field to list (modified, accessed, created) -u, --accessed use the accessed timestamp field -U, --created use the created timestamp field + --changed use the changed timestamp field --time-style how to format timestamps (default, iso, long-iso, full-iso) --no-permissions suppress the permissions field --no-filesize suppress the filesize field diff --git a/xtests/help_long b/xtests/help_long index 8a775f0..0a4b63a 100644 --- a/xtests/help_long +++ b/xtests/help_long @@ -13,6 +13,7 @@ LONG VIEW OPTIONS -t, --time FIELD which timestamp field to list (modified, accessed, created) -u, --accessed use the accessed timestamp field -U, --created use the created timestamp field + --changed use the changed timestamp field --time-style how to format timestamps (default, iso, long-iso, full-iso) --no-permissions suppress the permissions field --no-filesize suppress the filesize field