From 6a607d6ded284820dfde7380df0a634d3119d14c Mon Sep 17 00:00:00 2001 From: Tony Scelfo Date: Mon, 29 Jun 2020 12:53:57 -0600 Subject: [PATCH] --hostname flag is deprecated Update documentation to follow the deprecation warning "Flag --hostname has been deprecated, use --host" that is given on the latest build(s). --- doc/060_forget.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/060_forget.rst b/doc/060_forget.rst index bb4f766c0..99dec6c51 100644 --- a/doc/060_forget.rst +++ b/doc/060_forget.rst @@ -176,7 +176,7 @@ Multiple policies will be ORed together so as to be as inclusive as possible for keeping snapshots. Additionally, you can restrict removing snapshots to those which have a -particular hostname with the ``--hostname`` parameter, or tags with the +particular hostname with the ``--host`` parameter, or tags with the ``--tag`` option. When multiple tags are specified, only the snapshots which have all the tags are considered. For example, the following command removes all but the latest snapshot of all snapshots that have the tag ``foo``: