From: Arvin Schnell Date: Thu, 17 Dec 2020 11:25:33 +0000 (+0100) Subject: - added option to abbreviate columns in table X-Git-Tag: v0.8.15~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07525050e32c3e281cdba758863630ff78b9cebe;p=thirdparty%2Fsnapper.git - added option to abbreviate columns in table --- diff --git a/.github/workflows/ci-debian.yml b/.github/workflows/ci-debian.yml index ca3f4aff..4282d2d1 100644 --- a/.github/workflows/ci-debian.yml +++ b/.github/workflows/ci-debian.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install additional packages - run: apt-get update && apt-get install -y --no-install-recommends acl-dev autoconf automake bzip2 docbook-xsl e2fslibs-dev g++ gettext libboost-dev libboost-system-dev libboost-test-dev libboost-thread-dev libbtrfs-dev libdbus-1-dev libjson-c-dev libmount-dev libpam-dev libtool libxml2-dev libz-dev locales-all make xsltproc + run: apt-get update && apt-get install -y --no-install-recommends acl-dev autoconf automake bzip2 docbook-xsl e2fslibs-dev g++ gettext libboost-dev libboost-system-dev libboost-test-dev libboost-thread-dev libbtrfs-dev libdbus-1-dev libjson-c-dev libmount-dev libpam-dev libtool libxml2-dev libz-dev locales-all make ncurses-dev xsltproc - name: List installed packages run: apt list --installed | sort diff --git a/.github/workflows/ci-fedora.yml b/.github/workflows/ci-fedora.yml index 48996a33..83e59f7c 100644 --- a/.github/workflows/ci-fedora.yml +++ b/.github/workflows/ci-fedora.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install additional packages - run: dnf -y install acl autoconf automake boost-devel btrfs-progs-devel bzip2 dbus-devel diffutils docbook-style-xsl e2fsprogs-devel gcc-c++ gettext glibc-langpack-de glibc-langpack-en json-c-devel libacl-devel libmount-devel libtool libxml2-devel libxslt make pam-devel + run: dnf -y install acl autoconf automake boost-devel btrfs-progs-devel bzip2 dbus-devel diffutils docbook-style-xsl e2fsprogs-devel gcc-c++ gettext glibc-langpack-de glibc-langpack-en json-c-devel libacl-devel libmount-devel libtool libxml2-devel libxslt make ncurses-devel pam-devel - name: List installed packages run: rpm -qa | sort diff --git a/.github/workflows/ci-ubuntu.yml b/.github/workflows/ci-ubuntu.yml index b89799fc..a34440e0 100644 --- a/.github/workflows/ci-ubuntu.yml +++ b/.github/workflows/ci-ubuntu.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Install additional packages - run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends acl-dev autoconf automake bzip2 docbook-xsl e2fslibs-dev g++ gettext language-pack-de language-pack-en libboost-dev libboost-system-dev libboost-test-dev libboost-thread-dev libbtrfs-dev libdbus-1-dev libjson-c-dev libmount-dev libpam-dev libtool libxml2-dev libz-dev make xsltproc + run: apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends acl-dev autoconf automake bzip2 docbook-xsl e2fslibs-dev g++ gettext language-pack-de language-pack-en libboost-dev libboost-system-dev libboost-test-dev libboost-thread-dev libbtrfs-dev libdbus-1-dev libjson-c-dev libmount-dev libpam-dev libtool libxml2-dev libz-dev make ncurses-dev xsltproc - name: List installed packages run: apt list --installed | sort diff --git a/VERSION b/VERSION index 832bad27..7d87d994 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.14 +0.8.15 diff --git a/client/GlobalOptions.cc b/client/GlobalOptions.cc index 06239bc9..a939b12b 100644 --- a/client/GlobalOptions.cc +++ b/client/GlobalOptions.cc @@ -43,6 +43,7 @@ namespace snapper + _("\t--utc\t\t\t\tDisplay dates and times in UTC.") + '\n' + _("\t--iso\t\t\t\tDisplay dates and times in ISO format.") + '\n' + _("\t--table-style, -t