Skip to content

Commit

Permalink
Merge pull request #48 from funbox/develop
Browse files Browse the repository at this point in the history
Version 0.20.2
  • Loading branch information
andyone authored Jul 26, 2018
2 parents dbc9d81 + 3eb2ea6 commit c3d83e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
// App props
const (
APP = "init-exporter"
VER = "0.20.1"
VER = "0.20.2"
DESC = "Utility for exporting services described by Procfile to init system"
)

Expand Down Expand Up @@ -478,7 +478,7 @@ func showUsage() {
info.AddOption(OPT_DRY_START, "Dry start {s-}(don't export anything, just parse and test procfile){!}")
info.AddOption(OPT_DISABLE_VALIDATION, "Disable application validation")
info.AddOption(OPT_UNINSTALL, "Remove scripts and helpers for a particular application")
info.AddOption(OPT_FORMAT, "Format of generated configs", "?upstart|systemd")
info.AddOption(OPT_FORMAT, "Format of generated configs", "upstart|systemd")
info.AddOption(OPT_NO_COLORS, "Disable colors in output")
info.AddOption(OPT_HELP, "Show this help message")
info.AddOption(OPT_VERSION, "Show version")
Expand Down
5 changes: 4 additions & 1 deletion common/init-exporter.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

Summary: Utility for exporting services described by Procfile to init system
Name: init-exporter
Version: 0.20.1
Version: 0.20.2
Release: 0%{?dist}
Group: Development/Tools
License: MIT
Expand Down Expand Up @@ -111,6 +111,9 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Jul 25 2018 Anton Novojilov <[email protected]> - 0.20.2-0
- Fixed formatting error in help content

* Thu Jun 28 2018 Anton Novojilov <[email protected]> - 0.20.1-0
- Fixed bug with unit files naming if count property is equal 1

Expand Down

0 comments on commit c3d83e0

Please sign in to comment.