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 14d0d4c commit 7cf58a1Copy full SHA for 7cf58a1
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