From 1bcc44c4bb3e8014cbebb07f06d5712e1a00ff15 Mon Sep 17 00:00:00 2001 From: Robert Pearce Date: Sat, 9 May 2020 12:50:37 -0400 Subject: [PATCH] fix man --- bashcards.8 | 1 + shell.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) 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 ]; }