Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab...
[cascardo/linux.git] / tools / perf / builtin-annotate.c
index 214ba7f..806e0a2 100644 (file)
@@ -235,7 +235,7 @@ out_delete:
 }
 
 static const char * const annotate_usage[] = {
-       "perf annotate [<options>] <command>",
+       "perf annotate [<options>]",
        NULL
 };
 
@@ -313,10 +313,5 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __used)
                annotate.sym_hist_filter = argv[0];
        }
 
-       if (field_sep && *field_sep == '.') {
-               pr_err("'.' is the only non valid --field-separator argument\n");
-               return -1;
-       }
-
        return __cmd_annotate(&annotate);
 }