whichr 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/whichr +3 -4
  2. metadata +1 -1
data/bin/whichr CHANGED
@@ -11,14 +11,13 @@ require 'sane'
11
11
  require 'whichr.rb'
12
12
 
13
13
  if ARGV[0].in?(['--help', '-h']) || (ARGV.length == 0)
14
- puts
15
- "syntax: executable_name_or_glob [-a for all (include non executables) ]
14
+ puts "syntax:
15
+ whichr executable_name_or_glob [-a : all (include non executables) ]
16
16
  ex:
17
17
  $ whichr ls
18
18
  $ whichr ls\*
19
19
  $ whichr ls.exe
20
- $ whichr ls -a # print non executables, too
21
- "
20
+ $ whichr ls -a # print non executables, too"
22
21
  exit 0
23
22
  end
24
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: whichr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Pack