From 81afac9c3a5cc937ac24dedf0ab216fc96671285 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 19 Jul 2017 23:33:53 -0700 Subject: [PATCH] fsptool: usage --- src/fsptool/fsptool.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/fsptool/fsptool.c b/src/fsptool/fsptool.c index f58488d7..821dec84 100644 --- a/src/fsptool/fsptool.c +++ b/src/fsptool/fsptool.c @@ -87,11 +87,11 @@ static void usage(void) "usage: %s COMMAND ARGS\n" "\n" "commands:\n" - " lsvol list file system devices (volumes)\n" - //" list list running file system processes\n" - //" kill kill file system process\n" - " id [NAME|SID|UID] print user id\n" - " perm [SDDL|UID:GID:MODE] print permissions\n", + " lsvol list file system devices (volumes)\n" + //" list list running file system processes\n" + //" kill kill file system process\n" + " id [NAME|SID|UID] print user id\n" + " perm [PATH|SDDL|UID:GID:MODE] print permissions\n", PROGNAME); }