Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit b97ae88

Browse files
committed
Add 'n' & 'p' options in help.
Signed-off-by: Arun Prakash Jana <[email protected]>
1 parent 65aedd0 commit b97ae88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

google

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ def usage():
156156
print " -j open the first result in a web browser"
157157
print " -f MIME search for specific file type"
158158
print " -t dN time limit search [e.g. d5: 5 days, w5: 5 weeks, m5: 5 months, y5: 5 years]\n"
159+
print "Keys"
160+
print " n, p press 'n' or 'p' and Enter to navigate forward and backward\n"
159161
print "Copyright (C) 2008 Henri Hakkinen."
160162
print "Modified (2015) by Arun Prakash Jana <[email protected]>"
161163
print "Report bugs to https://github.com/jarun/google-cli/issues"

google.1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Search for specific file type.
3636
.TP
3737
.BI \-t " dN"
3838
Time limit search [e.g. d5: 5 days, w5: 5 weeks, m5: 5 months, y5: 5 years].
39+
.SH KEYS
40+
.TP
41+
.BI "n, p"
42+
Press 'n' or 'p' and Enter to navigate forward and backward
3943
.SH ENVIRONMENT
4044
.TP
4145
.BI BROWSER

0 commit comments

Comments
 (0)