summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattrctl
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-04-19 01:42:55 +0000
committerrwatson <rwatson@FreeBSD.org>2002-04-19 01:42:55 +0000
commitdafa3d0a43e034d24ffc42b2bbbae09afe69b9fb (patch)
tree65d418a9a472e5009780b153318c2474c0bdacf4 /usr.sbin/extattrctl
parentfcc5ad0935b7186f4b02cdb9e21265c4b22f7bdc (diff)
downloadFreeBSD-src-dafa3d0a43e034d24ffc42b2bbbae09afe69b9fb.zip
FreeBSD-src-dafa3d0a43e034d24ffc42b2bbbae09afe69b9fb.tar.gz
Clean up usage message: don't put optional parameter's in brackets.
Update copyright date. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs Extracted from: green
Diffstat (limited to 'usr.sbin/extattrctl')
-rw-r--r--usr.sbin/extattrctl/extattrctl.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/extattrctl/extattrctl.c b/usr.sbin/extattrctl/extattrctl.c
index c066712..103fcd3 100644
--- a/usr.sbin/extattrctl/extattrctl.c
+++ b/usr.sbin/extattrctl/extattrctl.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 1999-2001 Robert N. M. Watson
+ * Copyright (c) 1999-2002 Robert N. M. Watson
* All rights reserved.
*
* This software was developed by Robert Watson for the TrustedBSD Project.
@@ -59,12 +59,12 @@ usage()
fprintf(stderr,
"usage:\n"
- " extattrctl start [path]\n"
- " extattrctl stop [path]\n"
- " extattrctl initattr [-f] [-p path] [attrsize] [attrfile]\n"
- " extattrctl showattr [attrfile]\n"
- " extattrctl enable [path] [attrnamespace] [attrname] [attrfile]\n"
- " extattrctl disable [path] [attrnamespace] [attrname]\n");
+ " extattrctl start path\n"
+ " extattrctl stop path\n"
+ " extattrctl initattr [-f] [-p path] attrsize attrfile\n"
+ " extattrctl showattr attrfile\n"
+ " extattrctl enable path attrnamespace attrname attrfile\n"
+ " extattrctl disable path attrnamespace attrname\n");
exit(-1);
}
OpenPOWER on IntegriCloud