Fix: enable-rotation: wrong type of rotation specified in message
[lttng-tools.git] / src / bin / lttng / commands / enable_rotation.cpp
index 0210f9cb6e9b18b41cc879316d9296bb80bd2c84..1719f3ac243dd166f3a347399afefcbeea08539a 100644 (file)
@@ -50,8 +50,8 @@ static struct poptOption long_options[] = {
 };
 
 static const char *schedule_type_str[] = {
-       "periodic",
        "size-based",
+       "periodic",
 };
 
 static enum cmd_error_code add_schedule(const char *session_name,
This page took 0.022808 seconds and 4 git commands to generate.