~theorytoe/mman

e1f58565d77756054227d8651d43b7d6c37844ea — theorytoe 6 months ago f220459
add: -k no results displays error
1 files changed, 1 insertions(+), 1 deletions(-)

M mman
M mman => mman +1 -1
@@ 170,7 170,7 @@ while [ $# -gt 0 ]; do
			exit $?;;
		-k)
			shift
			listpages | grep "$1"
			listpages | grep "$1" || echo "Page(s) not found with query \"$1\"."
			exit $?;;
		-h|--help)
			usage