We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa20a6 commit 9881455Copy full SHA for 9881455
lib/repositories/ccextractor.dart
@@ -85,7 +85,7 @@ class CCExtractor {
85
process = await Process.start(
86
ccextractor,
87
[
88
- '-' + type,
+ '--' + type,
89
location,
90
tcppasswrd.isNotEmpty ? '--tcp-password ' + tcppasswrd : '',
91
tcpdesc.isNotEmpty ? '--tcp-description ' + tcpdesc : '',
0 commit comments