Skip to content

Commit

Permalink
Merge pull request #72 from talex5/fast-sync-flag
Browse files Browse the repository at this point in the history
Convert --fast-sync back to a flag
  • Loading branch information
talex5 authored Jun 21, 2021
2 parents 84d64d4 + ab9e70c commit a574369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/runc_sandbox.ml
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,9 @@ open Cmdliner

let fast_sync =
Arg.value @@
Arg.opt Arg.bool false @@
Arg.flag @@
Arg.info
~doc:"Ignore sync syscalls (requires runc >= 1.0.0-rc92)"
~docv:"FAST_SYNC"
["fast-sync"]

let cmdliner : config Term.t =
Expand Down

0 comments on commit a574369

Please sign in to comment.