Skip to content

Commit efb537a

Browse files
committed
add verbose default value help info
1 parent b2a3430 commit efb537a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analyze_opts/analyze_opts.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def _str_to_bool(s):
7272
parser.add_argument('-s', default='./etc/nova/nova.conf.sample',
7373
help='path to nova.conf.sample\
7474
(defaults to ./etc/nova/nova.conf.sample')
75-
parser.add_argument('-v', default=False, help='report all differences')
75+
parser.add_argument('-v', default=False,
76+
help='report all differences(defaults to False)')
7677

7778
options = parser.parse_args()
7879

0 commit comments

Comments
 (0)