Skip to content

Commit

Permalink
set python extension support as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-guene committed Feb 18, 2015
1 parent a559e90 commit f8d4a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/proot.h
Expand Up @@ -224,8 +224,8 @@ Copyright (C) 2014 STMicroelectronics, licensed under GPL v2 or later.",
{ .name = "-p", .separator = ' ', .value = "string" },
{ .name = NULL, .separator = '\0', .value = NULL } },
.handler = handle_option_p,
.description = "Allow to access tracee information from python.",
.detail = "\tThis option allow to launch a python script as an extension.",
.description = "Allow to access tracee information from python (experimental).",
.detail = "\tThis option allow to launch a python script as an extension (experimental).",
},
#endif
{ .class = "Alias options",
Expand Down

0 comments on commit f8d4a43

Please sign in to comment.