diff options
Diffstat (limited to 'usr/src/cmd/svc/svccfg/svccfg_help.c')
-rw-r--r-- | usr/src/cmd/svc/svccfg/svccfg_help.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/svc/svccfg/svccfg_help.c b/usr/src/cmd/svc/svccfg/svccfg_help.c index a9b8713fb8..0a03767614 100644 --- a/usr/src/cmd/svc/svccfg/svccfg_help.c +++ b/usr/src/cmd/svc/svccfg/svccfg_help.c @@ -24,7 +24,6 @@ * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" #include "svccfg.h" #include "svccfg_grammar.h" @@ -80,6 +79,10 @@ struct help_message help_messages[] = { { SCC_DELPG, "delpg name\n\n" "Delete the named property group from the currently selected entity." }, + { SCC_DELHASH, "delhash [-d] manifest\n\n" +"Delete the named manifest hash entry (from smf/manifest).\n" +"With -d, manifest file doesn't need to exist." + }, { SCC_LISTPROP, "listprop [glob_pattern]\n\n" "List property groups and properties of the currently selected entity." }, |