Skip to content

Commit 4ad5ce5

Browse files
fix: TCP and UDP options
Co-authored-by: Deepnarayan Sett <[email protected]>
1 parent 8e9a9b6 commit 4ad5ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repositories/ccextractor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class CCExtractor {
8585
process = await Process.start(
8686
ccextractor,
8787
[
88-
'-' + type,
88+
'--' + type,
8989
location,
9090
tcppasswrd.isNotEmpty ? '--tcp-password ' + tcppasswrd : '',
9191
tcpdesc.isNotEmpty ? '--tcp-description ' + tcpdesc : '',

0 commit comments

Comments
 (0)