cmd-suite-option-for-hiding-admin-commands-20010212
[openafs.git] / src / cmd / cmd.p.h
index 387f353..a4a77bf 100644 (file)
@@ -1,7 +1,10 @@
-
 /*
- * (C) COPYRIGHT IBM CORPORATION 1988, 1989
- * LICENSED MATERIALS - PROPERTY OF IBM
+ * Copyright 2000, International Business Machines Corporation and others.
+ * All Rights Reserved.
+ * 
+ * This software has been released under the terms of the IBM Public
+ * License.  For details, see the LICENSE file in the top-level source
+ * directory or online at http://www.openafs.org/dl/license10.html
  */
 
 #ifndef __CMD_INCL__
@@ -15,6 +18,7 @@
 
 /* syndesc flags */
 #define        CMD_ALIAS       1       /* this is an alias */
+#define CMD_ADMIN       2       /* admin. command, show only with -admin */
 #define CMD_HIDDEN      4       /* A hidden command - similar to CMD_HIDE */
 
 #define CMD_HELPPARM   (CMD_MAXPARMS-1)/* last one is used by -help switch */