scoutfs-utils: update sysfs dir to use fr identity

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2019-08-20 15:52:17 -07:00
committed by Zach Brown
parent adadd51815
commit 2dc611a433
+2 -2
View File
@@ -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] <sysfs path>",
cmd_register("counters", "[-t] <sysfs dir>",
"show [tablular] counters for a given mounted volume",
counters_cmd);
}