Skip to content

Commit

Permalink
Remove less pager from usage call (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabattkarte authored Jul 10, 2021
1 parent c28f924 commit 5659fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions konfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ main() {
fi

if [[ "$#" -eq 0 ]]; then
usage | less
usage
return
fi

case "$1" in
'-h' | '--help' | 'help')
usage | less
usage
;;
'export'|'split')
export_contexts "${@:2}"
Expand Down

0 comments on commit 5659fcb

Please sign in to comment.