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