Skip to content

Commit 17684d9

Browse files
author
Luca Marturana
committed
Fix -R on csysdig
1 parent 9b90a61 commit 17684d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userspace/sysdig/csysdig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ sysdig_init_res csysdig_init(int argc, char **argv)
297297
// Parse the args
298298
//
299299
while((op = getopt_long(argc, argv,
300-
"d:Ehk:K:lm:n:p:rR:s:Tv:", long_options, &long_index)) != -1)
300+
"d:Ehk:K:lm:n:p:Rr:s:Tv:", long_options, &long_index)) != -1)
301301
{
302302
switch(op)
303303
{

0 commit comments

Comments
 (0)