Checkign in new iproute2
[iproute2.git] / tc / f_route.c
index a41b9d5..67dd49c 100644 (file)
@@ -31,6 +31,7 @@ static void explain(void)
        fprintf(stderr, "                [ flowid CLASSID ] [ police POLICE_SPEC ]\n");
        fprintf(stderr, "       POLICE_SPEC := ... look at TBF\n");
        fprintf(stderr, "       CLASSID := X:Y\n");
+       fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
 }
 
 #define usage() return(-1)