File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ def __init__(self):
45
45
group .add_option (
46
46
'-W' , '--password' ,
47
47
dest = 'password' ,
48
- default = self .default_user (),
49
- help = 'password (should happen automatically) ' )
48
+ default = self .default_user ())
50
49
parser .add_option_group (group )
51
50
52
51
self .args , commands = parser .parse_args ()
Original file line number Diff line number Diff line change @@ -95,8 +95,7 @@ def __init__(self):
95
95
group .add_option (
96
96
'-W' , '--password' ,
97
97
dest = 'password' ,
98
- default = self .default_user (),
99
- help = 'password (should happen automatically) ' )
98
+ default = self .default_user ())
100
99
parser .add_option_group (group )
101
100
102
101
self .args , _ = parser .parse_args ()
Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ def __init__(self):
74
74
group .add_option (
75
75
'-W' , '--password' ,
76
76
dest = 'password' ,
77
- default = self .default_user (),
78
- help = 'password (should happen automatically) ' )
77
+ default = self .default_user ())
79
78
parser .add_option_group (group )
80
79
81
80
self .args , _ = parser .parse_args ()
You can’t perform that action at this time.
0 commit comments