Skip to content

Commit 3b64c98

Browse files
authored
surfraw: refresh page, sr: add alias page (#17564)
1 parent e8ddc03 commit 3b64c98

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

pages/common/sr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sr
2+
3+
> This command is an alias of `surfraw`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr surfraw`

pages/common/surfraw.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@
1010

1111
- Open the elvi's results page for a specific search in the browser:
1212

13-
`surfraw {{elvi}} "{{search_terms}}"`
13+
`surfraw {{elvi_name}} "{{search_terms}}"`
1414

1515
- Display an elvi description and its specific options:
1616

17-
`surfraw {{elvi}} -local-help`
17+
`surfraw {{elvi_name}} {{[-lh|-local-help]}}`
1818

1919
- Search using an elvi with specific options and open the results page in the browser:
2020

21-
`surfraw {{elvi}} {{elvi_options}} "{{search_terms}}"`
21+
`surfraw {{elvi_name}} {{elvi_options}} "{{search_terms}}"`
2222

2323
- Display the URL to the elvi's results page for a specific search:
2424

25-
`surfraw -print {{elvi}} "{{search_terms}}"`
25+
`surfraw -print {{elvi_name}} "{{search_terms}}"`
2626

2727
- Search using the alias:
2828

29-
`sr {{elvi}} "{{search_terms}}"`
29+
`sr {{elvi_name}} "{{search_terms}}"`

0 commit comments

Comments
 (0)