We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a3430 commit efb537aCopy full SHA for efb537a
analyze_opts/analyze_opts.py
@@ -72,7 +72,8 @@ def _str_to_bool(s):
72
parser.add_argument('-s', default='./etc/nova/nova.conf.sample',
73
help='path to nova.conf.sample\
74
(defaults to ./etc/nova/nova.conf.sample')
75
- parser.add_argument('-v', default=False, help='report all differences')
+ parser.add_argument('-v', default=False,
76
+ help='report all differences(defaults to False)')
77
78
options = parser.parse_args()
79
0 commit comments