diff --git a/bashcards.8 b/bashcards.8 index 4e4eb39..f107a41 100644 --- a/bashcards.8 +++ b/bashcards.8 @@ -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 diff --git a/shell.nix b/shell.nix index b2d62b9..bd292fb 100644 --- a/shell.nix +++ b/shell.nix @@ -5,9 +5,7 @@ bashcards = pkgs.callPackage ./derivation.nix { }; in pkgs.mkShell { buildInputs = with pkgs; [ + man bashcards - cacert # for niv - nix # for niv - niv ]; }