From 1c4af5ce5a1d4acf7ea08e0f510982c6a5a8da6b Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 1 Dec 2016 21:56:10 -0500 Subject: [PATCH] main: update usage message BEESHOME is downgraded from required to optional. Don't document the deprecated shared hash table feature. --- src/bees.cc | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/bees.cc b/src/bees.cc index eba4e5f..64e4b32 100644 --- a/src/bees.cc +++ b/src/bees.cc @@ -32,15 +32,12 @@ do_cmd_help(const ArgList &argv) "fs-root-path MUST be the root of a btrfs filesystem tree (id 5).\n" "Other directories will be rejected.\n" "\n" - "Multiple filesystems can share a single hash table (BEESHOME)\n" - "but this only works well if the content of each filesystem\n" - "is distinct from all the others.\n" - "\n" - "Required environment variables:\n" - "\tBEESHOME\tPath to hash table and configuration files\n" - "\n" "Optional environment variables:\n" - "\tBEESSTATUS\tFile to write status to (tmpfs recommended, e.g. /run)\n" + "\tBEESHOME\tPath to hash table and configuration files\n" + "\t\t\t(default is .beeshome/ in the root of each filesystem).\n" + "\n" + "\tBEESSTATUS\tFile to write status to (tmpfs recommended, e.g. /run).\n" + "\t\t\tNo status is written if this variable is unset.\n" "\n" << endl; return 0;