summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dumpadm
diff options
context:
space:
mode:
authorJosef 'Jeff' Sipek <jeffpc@josefsipek.net>2015-08-16 21:26:54 -0400
committerDan McDonald <danmcd@omniti.com>2015-08-17 09:50:56 -0400
commit503730914bf70f862d3a8636d6ef5ca849c7765d (patch)
tree3c812f526571111aab8810947ad484042e9d630f /usr/src/cmd/dumpadm
parent67b886e08e73a289a63ea9a98920f9ff423d1881 (diff)
downloadillumos-joyent-503730914bf70f862d3a8636d6ef5ca849c7765d.tar.gz
6110 dumpadm usage string should mention '-d none'
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/cmd/dumpadm')
-rw-r--r--usr/src/cmd/dumpadm/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/dumpadm/main.c b/usr/src/cmd/dumpadm/main.c
index 095cb5eff5..07a7dd5207 100644
--- a/usr/src/cmd/dumpadm/main.c
+++ b/usr/src/cmd/dumpadm/main.c
@@ -35,8 +35,9 @@
#include "utils.h"
static const char USAGE[] = "\
-Usage: %s [-enuy] [-c kernel | curproc | all ] [-d dump-device | swap ]\n\
- [-m min {k|m|%%} ] [-s savecore-dir] [-r root-dir] [-z on|off]\n";
+Usage: %s [-enuy] [-c kernel | curproc | all ]\n\
+ [-d dump-device | swap | none ] [-m min {k|m|%%} ] [-s savecore-dir]\n\
+ [-r root-dir] [-z on|off]\n";
static const char OPTS[] = "einuyc:d:m:s:r:z:";