summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyp b/pyp
index 45a09ad..95e02fc 100644
--- a/pyp
+++ b/pyp
@@ -1797,9 +1797,9 @@ HERE ARE THE BUILT IN FUNCTIONS AND ATTRIBUTES:
l(STR1,STR2,...) shortcut for lose(STR1,STR2,...)
rekeep(REGEX) keep all lines that match REGEX regular expression
- rek(REGEX) shortcut for keep(REGEX)
+ rek(REGEX) shortcut for rekeep(REGEX)
relose(REGEX) lose all lines that match REGEX regular expression
- rel(REGEX) shortcut for lose(REGEX)
+ rel(REGEX) shortcut for relose(REGEX)
shell(SCRIPT) returns output of SCRIPT
shelld(SCRIPT,DELIM) returns output of SCRIPT in dictionary key/value seperated