diff options
| author | Paul Duncan <pabs@pablotron.org> | 2016-05-16 18:18:39 -0400 |
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2016-05-16 18:18:39 -0400 |
| commit | 8855b530221b1e3c06459c8bff18ae474a259450 (patch) | |
| tree | 44260fe2fdea52507c27e5e32913d918ebf529cb /src | |
| parent | f4b30af88c5437c40b95ab317ddc90a846857f62 (diff) | |
| download | guff-8855b530221b1e3c06459c8bff18ae474a259450.tar.xz guff-8855b530221b1e3c06459c8bff18ae474a259450.zip | |
remove print_usage
Diffstat (limited to 'src')
| -rw-r--r-- | src/guff.cr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/guff.cr b/src/guff.cr index dd21857..4821090 100644 --- a/src/guff.cr +++ b/src/guff.cr @@ -462,10 +462,6 @@ module Guff end end - def self.print_usage(app : String) - STDERR.puts "Usage: #{app} [mode] <args>" - end - def self.run(app : String, args : Array(String)) begin begin |
