Skip to content

Commit 1bcc44c

Browse files
committed
fix man
1 parent 05d4bfe commit 1bcc44c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bashcards.8

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ bashcards is a bash program for practicing flashcards in bash.
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+
.TP
1617
.BR -h, --help
1718
See this help information
1819
.SH BUGS

shell.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ bashcards = pkgs.callPackage ./derivation.nix { };
55
in
66
pkgs.mkShell {
77
buildInputs = with pkgs; [
8+
man
89
bashcards
9-
cacert # for niv
10-
nix # for niv
11-
niv
1210
];
1311
}

0 commit comments

Comments
 (0)