diff options
author | Richard Lowe <richlowe@richlowe.net> | 2015-03-09 11:32:34 -0400 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2015-03-09 17:15:17 -0400 |
commit | c79a74a8321729c8f50472db67e907324bace4e5 (patch) | |
tree | 2b7c35c70a231b545c8d043ec41228f9cc0c96bc | |
parent | e492095e1158c1621976ed8c4f7926d5ab5a8ea9 (diff) | |
download | illumos-joyent-c79a74a8321729c8f50472db67e907324bace4e5.tar.gz |
5595 libzpool won't build with a studio primary (fix usage message)
-rw-r--r-- | usr/src/tools/ctf/cvt/ctfconvert.c | 2 | ||||
-rw-r--r-- | usr/src/tools/ctf/cvt/ctfmerge.c | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/tools/ctf/cvt/ctfconvert.c b/usr/src/tools/ctf/cvt/ctfconvert.c index e5c3fffff0..36496c5e9d 100644 --- a/usr/src/tools/ctf/cvt/ctfconvert.c +++ b/usr/src/tools/ctf/cvt/ctfconvert.c @@ -52,7 +52,7 @@ static void usage(void) { (void) fprintf(stderr, - "Usage: %s [-gis] -l label | -L labelenv [-o outfile] object_file\n" + "Usage: %s [-is] -l label | -L labelenv [-o outfile] object_file\n" "\n" " Note: if -L labelenv is specified and labelenv is not set in\n" " the environment, a default value is used.\n", diff --git a/usr/src/tools/ctf/cvt/ctfmerge.c b/usr/src/tools/ctf/cvt/ctfmerge.c index 33a4f16cfe..5706cceb17 100644 --- a/usr/src/tools/ctf/cvt/ctfmerge.c +++ b/usr/src/tools/ctf/cvt/ctfmerge.c @@ -211,12 +211,12 @@ void usage(void) { (void) fprintf(stderr, - "Usage: %s [-fgstv] -l label | -L labelenv -o outfile file ...\n" - " %s [-fgstv] -l label | -L labelenv -o outfile -d uniqfile\n" - " %*s [-g] [-D uniqlabel] file ...\n" - " %s [-fgstv] -l label | -L labelenv -o outfile -w withfile " + "Usage: %s [-fstv] -l label | -L labelenv -o outfile file ...\n" + " %s [-fstv] -l label | -L labelenv -o outfile -d uniqfile\n" + " %*s [-D uniqlabel] file ...\n" + " %s [-fstv] -l label | -L labelenv -o outfile -w withfile " "file ...\n" - " %s [-g] -c srcfile destfile\n" + " %s -c srcfile destfile\n" "\n" " Note: if -L labelenv is specified and labelenv is not set in\n" " the environment, a default value is used.\n", |