Skip to content

Commit 2c2eab7

Browse files
committed
More
1 parent af80aa9 commit 2c2eab7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/webri

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ If name specifies a single item, the page for that item is opened;
2222
if it specifies multiple items, the names of those specific items are displayed,
2323
and the user may choose among them.
2424
25+
The given name is converted to a Regexp, which is used to select
26+
the items for consideration.
27+
28+
Note that your command window may require you to escape certain characters;
29+
in particular, you may need to escape circumflex (^), dollar sign ($),
30+
and pound sign (#).
2531
BANNER
2632

2733
parser.on('-h', '--help', 'Prints this help.') do

0 commit comments

Comments
 (0)