aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-04-24 18:11:56 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-04-24 18:11:56 +0000
commit891844a52a28d9c5be86bf055e02180cb2b63275 (patch)
treebfc753adb89a3d7b3372c1c46c1f8d763884ba17 /src
parent4ffd50ff135b8f3e84bed720bdd3f1b4741a965c (diff)
downloadsg3_utils-891844a52a28d9c5be86bf055e02180cb2b63275.tar.gz
autoconf: 2.71; automake: 1.16.5; libtool: 2.4.6; updates from Ubuntu 22.04
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@949 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
-rw-r--r--src/sg_opcodes.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index b87b6af5..8e7c9a7f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.16.4 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
diff --git a/src/sg_opcodes.c b/src/sg_opcodes.c
index 8f58a3c3..ff958f48 100644
--- a/src/sg_opcodes.c
+++ b/src/sg_opcodes.c
@@ -33,7 +33,7 @@
#include "sg_pt.h"
-static const char * version_str = "0.76 20220421"; /* spc6r06 */
+static const char * version_str = "0.77 20220423"; /* spc6r06 */
#define MY_NAME "sg_opcodes"
@@ -374,12 +374,12 @@ new_parse_cmd_line(struct opts_t * op, int argc, char * argv[])
if (optarg) {
for (k = 0; optarg[k]; ++k) {
switch (optarg[k]) {
- case '0':
- op->json_st.pr_indent_size = 16;
- break;
case '2':
op->json_st.pr_indent_size = 2;
break;
+ case '3':
+ op->json_st.pr_indent_size = 3;
+ break;
case '4':
op->json_st.pr_indent_size = 4;
break;