Skip to content

Commit

Permalink
Fix -R on csysdig
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Marturana committed May 8, 2017
1 parent 9b90a61 commit 17684d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/sysdig/csysdig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ sysdig_init_res csysdig_init(int argc, char **argv)
// Parse the args
//
while((op = getopt_long(argc, argv,
"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)
{
switch(op)
{
Expand Down

0 comments on commit 17684d9

Please sign in to comment.