diff options
author | Tom Feist <shabble@metavore.org> | 2012-08-06 21:36:03 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2012-08-06 21:36:03 +0000 |
commit | 1e6873b52519870158f586a3a231ce7fb7c6321b (patch) | |
tree | b2ef4242de516ac3bd0e538d3d15a5c4c1825193 /prompt_info | |
parent | apply uberprompt_empty / uberprompt_trim_data patch from "meh." (diff) | |
download | irssi-scripts-1e6873b52519870158f586a3a231ce7fb7c6321b.tar.gz irssi-scripts-1e6873b52519870158f586a3a231ce7fb7c6321b.zip |
oops, escape the var in the documentation. Promise self to actually test before releasing.
Diffstat (limited to '')
-rw-r--r-- | prompt_info/uberprompt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index b4376ea..b54244c 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -373,7 +373,7 @@ sub _print_help { " \"replaces\" setting. Especially", " noticeable on brackets \"[ ]\" ", "/SET uberprompt_trim_data -- defaults to off. Removes whitespace from", - " both sides of the $uber result.", + " both sides of the \$uber result.", "", ); |