Skip to content

Commit 05d4bfe

Browse files
committed
update manual
1 parent 4fad7ec commit 05d4bfe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bashcards.8

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
.SH NAME
55
bashcards \- Practice flashcards in bash
66
.SH SYNOPSIS
7-
bashcards [-d directory]
7+
bashcards [-d directory] [-h|--help]
88
.SH DESCRIPTION
99
bashcards is a bash program for practicing flashcards in bash.
1010
.SH OPTIONS
1111
.TP
12-
.BR -d
12+
.BR -d, --dir
1313
Directory containing bashcard files (*.bcrds). Each file should contain a group
1414
of bashcards (one per line) formatted as front=back. If not provided, default
1515
bashcard values will be used.
16+
.BR -h, --help
17+
See this help information
1618
.SH BUGS
1719
No known bugs.
1820
.SH AUTHOR

0 commit comments

Comments
 (0)