Skip to content

Commit

Permalink
fix man
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed May 9, 2020
1 parent 05d4bfe commit 1bcc44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions bashcards.8
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ bashcards is a bash program for practicing flashcards in bash.
Directory containing bashcard files (*.bcrds). Each file should contain a group
of bashcards (one per line) formatted as front=back. If not provided, default
bashcard values will be used.
.TP
.BR -h, --help
See this help information
.SH BUGS
Expand Down
4 changes: 1 addition & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ bashcards = pkgs.callPackage ./derivation.nix { };
in
pkgs.mkShell {
buildInputs = with pkgs; [
man
bashcards
cacert # for niv
nix # for niv
niv
];
}

0 comments on commit 1bcc44c

Please sign in to comment.