From 2dc611a433ea7984511e9400426f85c61f8c1487 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 24 Jun 2019 11:29:50 -0700 Subject: [PATCH] scoutfs-utils: update sysfs dir to use fr identity Signed-off-by: Zach Brown --- utils/src/counters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/src/counters.c b/utils/src/counters.c index dfee51cc..676226dc 100644 --- a/utils/src/counters.c +++ b/utils/src/counters.c @@ -78,7 +78,7 @@ static int counters_cmd(int argc, char **argv) table = false; if (dir_arg == NULL) { - printf("scoutfs counter-table: need sysfs scoutfs dir path (i.e. /sys/fs/scoutfs/$DEV)\n"); + printf("scoutfs counter-table: need mount sysfs dir (i.e. /sys/fs/scoutfs/$fr)\n"); return -EINVAL; } @@ -278,7 +278,7 @@ out: static void __attribute__((constructor)) counters_ctor(void) { - cmd_register("counters", "[-t] ", + cmd_register("counters", "[-t] ", "show [tablular] counters for a given mounted volume", counters_cmd); }