aboutsummaryrefslogtreecommitdiff
path: root/zen/zen.cpp
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-12-07 11:36:54 +0100
committerGitHub <[email protected]>2022-12-07 02:36:54 -0800
commitcce239c1d535e047d412ec2ad5ed28ff30d5c955 (patch)
tree59dc18c2c6860d40277f8067e7de6e2e73b003d7 /zen/zen.cpp
parentoptimizations (#200) (diff)
downloadarchived-zen-cce239c1d535e047d412ec2ad5ed28ff30d5c955.tar.xz
archived-zen-cce239c1d535e047d412ec2ad5ed28ff30d5c955.zip
Zen cmd fixes (#201)
* updated drop command to support namespaces * fixed hash command error message * fix output of status (and top) command * Use ZEN_CONSOLE for output in zen commands * changelog
Diffstat (limited to 'zen/zen.cpp')
-rw-r--r--zen/zen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/zen.cpp b/zen/zen.cpp
index 792751d43..447c4f825 100644
--- a/zen/zen.cpp
+++ b/zen/zen.cpp
@@ -144,7 +144,7 @@ main(int argc, char** argv)
// {"chunk", &ChunkCmd, "Perform chunking"},
{"copy", &CopyCmd, "Copy file(s)"},
{"dedup", &DedupCmd, "Dedup files"},
- {"drop", &DropCmd, "Drop cache bucket(s)"},
+ {"drop", &DropCmd, "Drop cache namespace or bucket"},
{"export-project", &ExportProjectCmd, "Export project store oplog"},
{"hash", &HashCmd, "Compute file hashes"},
{"import-project", &ImportProjectCmd, "Import project store oplog"},