X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=Documentation%2Fbup-features.md;fp=Documentation%2Fbup-features.md;h=d458ff3b6bed71b8c147d93267939176ddd2f3f6;hb=4da04257d78f1f2e16925ab12817966f875cc4b3;hp=959905e78e750941ffd2eca1601ab89ccc873734;hpb=3d243e3af895031e4a51113df9b7c51e09792347;p=bup.git diff --git a/Documentation/bup-features.md b/Documentation/bup-features.md index 959905e..d458ff3 100644 --- a/Documentation/bup-features.md +++ b/Documentation/bup-features.md @@ -13,16 +13,18 @@ bup features # DESCRIPTION `bup features` reports information about the current bup installation, -for example, whether command line editing is supported by `bup ftp`, -or POSIX ACLs can be saved and restored. +for example, which version of the Python interpreter is used, whether command +line editing is supported by `bup ftp`, or POSIX ACLs can be saved and +restored. # EXAMPLES $ bup features bup 0.31~a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1 source a7ff2d5b8c12b24b97858aad1251d28c18f8c1e1 2020-07-05 14:54:06 -0500 - Command line editing (e.g. bup ftp): yes - Saving and restoring POSIX ACLs: yes + Python: 3.7.3 + Command line editing (e.g. bup ftp): yes + Saving and restoring POSIX ACLs: yes .... # SEE ALSO