Fix warning about multi-line comment

PiperOrigin-RevId: 399648071
Change-Id: I793a640310d772804726527761ad911772ff19c6
This commit is contained in:
Christian Blichmann 2021-09-29 03:44:00 -07:00 committed by Copybara-Service
parent d9d2f0e5de
commit f6d9e7fd7c

View File

@ -14,9 +14,13 @@
// A simple sandbox2 testing tool.
//
// Usage:
// sandbox2tool -v=1 -sandbox2tool_resolve_and_add_libraries \
// -sandbox2_danger_danger_permit_all -logtostderr /bin/ls
// Example usage:
// sandbox2tool
// --v=1
// --sandbox2tool_resolve_and_add_libraries
// --sandbox2_danger_danger_permit_all
// --logtostderr
// /bin/ls
#include <sys/resource.h>
#include <sys/stat.h>