We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b90a61 commit 17684d9Copy full SHA for 17684d9
userspace/sysdig/csysdig.cpp
@@ -297,7 +297,7 @@ sysdig_init_res csysdig_init(int argc, char **argv)
297
// Parse the args
298
//
299
while((op = getopt_long(argc, argv,
300
- "d:Ehk:K:lm:n:p:rR:s:Tv:", long_options, &long_index)) != -1)
+ "d:Ehk:K:lm:n:p:Rr:s:Tv:", long_options, &long_index)) != -1)
301
{
302
switch(op)
303
0 commit comments