Skip to content

Commit

Permalink
Update man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bensadeh committed Sep 17, 2023
1 parent b2061af commit a156a8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
## 1.6.0

## 1.5.1

- Update man pages


## 1.5.0 - 16.09.23
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tailspin"
version = "1.6.0"
version = "1.5.1"
edition = "2021"
authors = ["Ben Sadeh"]
description = "A log file highlighter"
Expand Down
2 changes: 1 addition & 1 deletion completions/spin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ _spin() {
esac
}

complete -F _spin -o bashdefault -o default spin
complete -F _spin -o nosort -o bashdefault -o default spin
6 changes: 3 additions & 3 deletions man/spin.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: spin
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2023-08-12
.\" Date: 2023-09-17
.\" Manual: tailspin
.\" Source: tailspin 1.4.0
.\" Source: tailspin 1.5.1
.\" Language: English
.\"
.TH "SPIN" "1" "2023-08-12" "tailspin 1.4.0" "tailspin"
.TH "SPIN" "1" "2023-09-17" "tailspin 1.5.1" "tailspin"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down

0 comments on commit a156a8d

Please sign in to comment.