colloquy_log_to_text 1.1 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@ end
14
14
  for arg in ARGV
15
15
  case arg
16
16
  when "-h"
17
- puts "Usage: colloquy_log_to_text [-h] <LOGFILE>"
17
+ puts "Usage: colloquy_log_to_text [-h] <LOGFILE> [[LOGFILE2]...]"
18
18
  puts "The log file specified (.colloquyTranscript) will then be converted into plain text."
19
19
  puts "The -h option is used to display this help message."
20
20
  exit 0
@@ -13,7 +13,7 @@ end
13
13
  for arg in ARGV
14
14
  case arg
15
15
  when "-h"
16
- puts "Usage: colloquy_log_to_text [-h] <LOGFILE>"
16
+ puts "Usage: colloquy_log_to_text [-h] <LOGFILE> [[LOGFILE2]...]"
17
17
  puts "The log file specified (.colloquyTranscript) will then be converted into plain text."
18
18
  puts "The -h option is used to display this help message."
19
19
  exit 0
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: colloquy_log_to_text
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: "1.1"
5
+ version: 1.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Szymanski