projects
/
project
/
udebug.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0eea06
)
udebug-cli: cosmetic fix
author
Felix Fietkau
<nbd@nbd.name>
Tue, 14 Nov 2023 11:30:59 +0000
(12:30 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 14 Nov 2023 11:30:59 +0000
(12:30 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
udebug-cli
patch
|
blob
|
history
diff --git
a/udebug-cli
b/udebug-cli
index 9c4279d0efd046ce6bd367c3265916f1b6fe78ed..0fbf3a0ddc66cdb5ca3a48a83c2bfe484dc336bd 100755
(executable)
--- a/
udebug-cli
+++ b/
udebug-cli
@@
-46,7
+46,7
@@
while (substr(ARGV[0], 0, 1) == "-") {
let opt = substr(shift(ARGV), 1);
switch(opt) {
case 'd':
- opts.duration =
1.0 *
shift(ARGV);
+ opts.duration =
+
shift(ARGV);
break;
case 's':
opts.socket = shift(ARGV);