We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fad7ec commit 05d4bfeCopy full SHA for 05d4bfe
bashcards.8
@@ -4,15 +4,17 @@
4
.SH NAME
5
bashcards \- Practice flashcards in bash
6
.SH SYNOPSIS
7
-bashcards [-d directory]
+bashcards [-d directory] [-h|--help]
8
.SH DESCRIPTION
9
bashcards is a bash program for practicing flashcards in bash.
10
.SH OPTIONS
11
.TP
12
-.BR -d
+.BR -d, --dir
13
Directory containing bashcard files (*.bcrds). Each file should contain a group
14
of bashcards (one per line) formatted as front=back. If not provided, default
15
bashcard values will be used.
16
+.BR -h, --help
17
+See this help information
18
.SH BUGS
19
No known bugs.
20
.SH AUTHOR
0 commit comments