config: description
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 01:29:06 +0000 (03:29 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 01:29:06 +0000 (03:29 +0200)
config.proto

index 79ac7339d6d7af3c95a475142116a3a222b6a6f3..e392e4e2f45441ecb672c695560a1bd8268f5e95 100644 (file)
@@ -164,6 +164,6 @@ message NsJailConfig {
        required string macvlan_vs_gw = 56 [default = "192.168.0.1"];
 
        /* Binary with arguments to be executed. If not specified here, it can be
-       specified with the command-line as "-- /path/to/command arg1 arg2" */
+          specified with the command-line as "-- /path/to/command arg1 arg2" */
        optional Exe exec_bin = 57;
 }